File tree Expand file tree Collapse file tree 11 files changed +24
-1
lines changed
Expand file tree Collapse file tree 11 files changed +24
-1
lines changed Original file line number Diff line number Diff line change 11# newer versions go on top
2+ - version : " 1.43.1"
3+ changes :
4+ - description : Do not log expected empty template results as DEGRADED health in activity, alert or threat data streams.
5+ type : bugfix
6+ link : https://github.com/elastic/integrations/pull/15993
27- version : " 1.43.0"
38 changes :
49 - description : Add support for threat event data stream.
Original file line number Diff line number Diff line change 99 - config_version: 2
1010 cursor:
1111 last_create_at:
12+ do_not_log_failure: true
1213 ignore_empty_value: true
1314 value: '[[.last_event.createdAt]]'
1415 data_stream:
@@ -134,6 +135,7 @@ inputs:
134135 request.url: http://host.tld/web/api/v2.1/activities
135136 response.pagination:
136137 - set:
138+ do_not_log_failure: true
137139 fail_on_template_error: true
138140 target: url.params.cursor
139141 value: '[[if (ne .last_response.body.pagination.nextCursor nil)]][[.last_response.body.pagination.nextCursor]][[end]]'
Original file line number Diff line number Diff line change 99 - config_version: 2
1010 cursor:
1111 last_create_at:
12+ do_not_log_failure: true
1213 ignore_empty_value: true
1314 value: '[[.last_event.createdAt]]'
1415 data_stream:
@@ -41,6 +42,7 @@ inputs:
4142 request.url: http://host.tld/web/api/v2.1/activities
4243 response.pagination:
4344 - set:
45+ do_not_log_failure: true
4446 fail_on_template_error: true
4547 target: url.params.cursor
4648 value: '[[if (ne .last_response.body.pagination.nextCursor nil)]][[.last_response.body.pagination.nextCursor]][[end]]'
Original file line number Diff line number Diff line change @@ -39,10 +39,12 @@ response.pagination:
3939 target: url.params.cursor
4040 value: '[[if (ne .last_response.body.pagination.nextCursor nil)]][[.last_response.body.pagination.nextCursor]][[end]]'
4141 fail_on_template_error: true
42+ do_not_log_failure: true
4243cursor:
4344 last_create_at:
4445 value: '[[.last_event.createdAt]]'
4546 ignore_empty_value: true
47+ do_not_log_failure: true
4648response.split:
4749 target: body.data
4850 ignore_empty_value: true
Original file line number Diff line number Diff line change 99 - config_version: 2
1010 cursor:
1111 last_create_at:
12+ do_not_log_failure: true
1213 ignore_empty_value: true
1314 value: '[[.last_event.alertInfo.createdAt]]'
1415 data_stream:
@@ -134,6 +135,7 @@ inputs:
134135 request.url: http://host.tld/web/api/v2.1/cloud-detection/alerts
135136 response.pagination:
136137 - set:
138+ do_not_log_failure: true
137139 fail_on_template_error: true
138140 target: url.params.cursor
139141 value: '[[if (ne .last_response.body.pagination.nextCursor nil)]][[.last_response.body.pagination.nextCursor]][[end]]'
Original file line number Diff line number Diff line change 99 - config_version: 2
1010 cursor:
1111 last_create_at:
12+ do_not_log_failure: true
1213 ignore_empty_value: true
1314 value: '[[.last_event.alertInfo.createdAt]]'
1415 data_stream:
@@ -41,6 +42,7 @@ inputs:
4142 request.url: http://host.tld/web/api/v2.1/cloud-detection/alerts
4243 response.pagination:
4344 - set:
45+ do_not_log_failure: true
4446 fail_on_template_error: true
4547 target: url.params.cursor
4648 value: '[[if (ne .last_response.body.pagination.nextCursor nil)]][[.last_response.body.pagination.nextCursor]][[end]]'
Original file line number Diff line number Diff line change @@ -39,10 +39,12 @@ response.pagination:
3939 target: url.params.cursor
4040 value: '[[if (ne .last_response.body.pagination.nextCursor nil)]][[.last_response.body.pagination.nextCursor]][[end]]'
4141 fail_on_template_error: true
42+ do_not_log_failure: true
4243cursor:
4344 last_create_at:
4445 value: '[[.last_event.alertInfo.createdAt]]'
4546 ignore_empty_value: true
47+ do_not_log_failure: true
4648response.split:
4749 target: body.data
4850 ignore_empty_value: true
Original file line number Diff line number Diff line change 99 - config_version: 2
1010 cursor:
1111 last_update_at:
12+ do_not_log_failure: true
1213 ignore_empty_value: true
1314 value: '[[.last_event.threatInfo.updatedAt]]'
1415 data_stream:
@@ -134,6 +135,7 @@ inputs:
134135 request.url: http://host.tld/web/api/v2.1/threats
135136 response.pagination:
136137 - set:
138+ do_not_log_failure: true
137139 fail_on_template_error: true
138140 target: url.params.cursor
139141 value: '[[if (ne .last_response.body.pagination.nextCursor nil)]][[.last_response.body.pagination.nextCursor]][[end]]'
Original file line number Diff line number Diff line change 99 - config_version: 2
1010 cursor:
1111 last_update_at:
12+ do_not_log_failure: true
1213 ignore_empty_value: true
1314 value: '[[.last_event.threatInfo.updatedAt]]'
1415 data_stream:
@@ -41,6 +42,7 @@ inputs:
4142 request.url: http://host.tld/web/api/v2.1/threats
4243 response.pagination:
4344 - set:
45+ do_not_log_failure: true
4446 fail_on_template_error: true
4547 target: url.params.cursor
4648 value: '[[if (ne .last_response.body.pagination.nextCursor nil)]][[.last_response.body.pagination.nextCursor]][[end]]'
Original file line number Diff line number Diff line change @@ -39,10 +39,12 @@ response.pagination:
3939 target: url.params.cursor
4040 value: '[[if (ne .last_response.body.pagination.nextCursor nil)]][[.last_response.body.pagination.nextCursor]][[end]]'
4141 fail_on_template_error: true
42+ do_not_log_failure: true
4243cursor:
4344 last_update_at:
4445 value: '[[.last_event.threatInfo.updatedAt]]'
4546 ignore_empty_value: true
47+ do_not_log_failure: true
4648response.split:
4749 target: body.data
4850 ignore_empty_value: true
You can’t perform that action at this time.
0 commit comments