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/ti_misp/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "1.4.0"
changes:
- description: Fix pagination looping forever
type: enhancement
link: https://github.com/elastic/integrations/pull/3446
- version: "1.3.1"
changes:
- description: Update package descriptions
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ response.request_body_on_pagination: true
response.pagination:
- set:
target: body.page
value: '[[add .last_response.page 1]]'
value: '[[if (ne (len .last_response.body.response) 0)]][[add .last_response.page 1]][[end]]'
fail_on_template_error: true
cursor:
timestamp:
Expand Down
2 changes: 1 addition & 1 deletion packages/ti_misp/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: ti_misp
title: MISP
version: 1.3.1
version: 1.4.0
release: ga
description: Ingest threat intelligence indicators from MISP platform with Elastic Agent.
type: integration
Expand Down