From 0a8739aeb0fe1ff76b45bc476341524234d8e774 Mon Sep 17 00:00:00 2001 From: Dan Kortschak Date: Thu, 22 May 2025 12:54:34 +0930 Subject: [PATCH] cisco_secure_endpoint: squelch errors from pagination ends --- packages/cisco_secure_endpoint/changelog.yml | 5 +++++ .../data_stream/event/agent/stream/httpjson.yml.hbs | 1 + packages/cisco_secure_endpoint/manifest.yml | 4 ++-- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/packages/cisco_secure_endpoint/changelog.yml b/packages/cisco_secure_endpoint/changelog.yml index 546e65ad494..3f6848cfab1 100644 --- a/packages/cisco_secure_endpoint/changelog.yml +++ b/packages/cisco_secure_endpoint/changelog.yml @@ -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. diff --git a/packages/cisco_secure_endpoint/data_stream/event/agent/stream/httpjson.yml.hbs b/packages/cisco_secure_endpoint/data_stream/event/agent/stream/httpjson.yml.hbs index beb18e9eb74..b3e4d100822 100644 --- a/packages/cisco_secure_endpoint/data_stream/event/agent/stream/httpjson.yml.hbs +++ b/packages/cisco_secure_endpoint/data_stream/event/agent/stream/httpjson.yml.hbs @@ -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: diff --git a/packages/cisco_secure_endpoint/manifest.yml b/packages/cisco_secure_endpoint/manifest.yml index 3dcffcfda5c..fb135a180ee 100644 --- a/packages/cisco_secure_endpoint/manifest.yml +++ b/packages/cisco_secure_endpoint/manifest.yml @@ -1,7 +1,7 @@ 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: @@ -9,7 +9,7 @@ categories: - 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