File tree Expand file tree Collapse file tree 8 files changed +18
-1
lines changed Expand file tree Collapse file tree 8 files changed +18
-1
lines changed Original file line number Diff line number Diff line change 11# newer versions go on top
2+ - version : " 1.43.2"
3+ changes :
4+ - description : Do not log expected empty template results as DEGRADED health in agent or group data streams.
5+ type : bugfix
6+ link : https://github.com/elastic/integrations/pull/16070
27- version : " 1.43.1"
38 changes :
49 - description : Do not log expected empty template results as DEGRADED health in activity, alert or threat data streams.
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.updatedAt]]'
1415 data_stream:
@@ -134,6 +135,7 @@ inputs:
134135 request.url: http://host.tld/web/api/v2.1/agents
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.updatedAt]]'
1415 data_stream:
@@ -41,6 +42,7 @@ inputs:
4142 request.url: http://host.tld/web/api/v2.1/agents
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.updatedAt]]'
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.updatedAt]]'
1415 data_stream:
@@ -134,6 +135,7 @@ inputs:
134135 request.url: http://host.tld/web/api/v2.1/groups
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.updatedAt]]'
1415 data_stream:
@@ -41,6 +42,7 @@ inputs:
4142 request.url: http://host.tld/web/api/v2.1/groups
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.updatedAt]]'
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 11format_version : " 3.4.0"
22name : sentinel_one
33title : SentinelOne
4- version : " 1.43.1 "
4+ version : " 1.43.2 "
55description : Collect logs from SentinelOne with Elastic Agent.
66type : integration
77categories :
You can’t perform that action at this time.
0 commit comments