You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ti_misp: add toggle to enable request tracing (#5965)
Add an advanced option to enable http request trace logging for
debugging purposes.
Bump kibana constraint to 8.5.0 which is when the request
tracer feature was introduced to Agent.
Copy file name to clipboardExpand all lines: packages/ti_misp/data_stream/threat/manifest.yml
+10Lines changed: 10 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -95,6 +95,16 @@ streams:
95
95
show_user: false
96
96
description: >
97
97
Processors are used to reduce the number of fields in the exported event or to enhance the event with metadata. This executes in the agent before the logs are parsed. See [Processors](https://www.elastic.co/guide/en/beats/filebeat/current/filtering-and-enhancing-data.html) for details.
98
+
- name: enable_request_tracer
99
+
type: bool
100
+
title: Enable request tracing
101
+
multi: false
102
+
required: false
103
+
show_user: false
104
+
description: >
105
+
The request tracer logs requests and responses to the agent's local file-system for debugging configurations.
106
+
Enabling this request tracing compromises security and should only be used for debugging.
107
+
See [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/filebeat-input-httpjson.html#_request_tracer_filename) for details.
Copy file name to clipboardExpand all lines: packages/ti_misp/data_stream/threat_attributes/manifest.yml
+10Lines changed: 10 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -95,6 +95,16 @@ streams:
95
95
show_user: false
96
96
description: >
97
97
Processors are used to reduce the number of fields in the exported event or to enhance the event with metadata. This executes in the agent before the logs are parsed. See [Processors](https://www.elastic.co/guide/en/beats/filebeat/current/filtering-and-enhancing-data.html) for details.
98
+
- name: enable_request_tracer
99
+
type: bool
100
+
title: Enable request tracing
101
+
multi: false
102
+
required: false
103
+
show_user: false
104
+
description: >
105
+
The request tracer logs requests and responses to the agent's local file-system for debugging configurations.
106
+
Enabling this request tracing compromises security and should only be used for debugging.
107
+
See [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/filebeat-input-httpjson.html#_request_tracer_filename) for details.
0 commit comments