Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions packages/cisco_secure_endpoint/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "2.31.0"
changes:
- description: Improve handling of pagination end.
type: enhancement
link: https://github.com/elastic/integrations/pull/13964
- version: "2.30.0"
changes:
- description: Add dashboard.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ response.pagination:
target: url.value
value: '[[ .last_response.body.metadata.links.next ]]'
fail_on_template_error: true
do_not_log_failure: true

cursor:
timestamp:
Expand Down
4 changes: 2 additions & 2 deletions packages/cisco_secure_endpoint/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
format_version: "3.0.2"
name: cisco_secure_endpoint
title: Cisco Secure Endpoint
version: "2.30.0"
version: "2.31.0"
description: Collect logs from Cisco Secure Endpoint (AMP) with Elastic Agent.
type: integration
categories:
- security
- edr_xdr
conditions:
kibana:
version: "^8.13.0 || ^9.0.0"
version: "^8.15.0 || ^9.0.0"
icons:
- src: /img/cisco.svg
title: cisco
Expand Down