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
Copy file name to clipboardExpand all lines: packages/ti_anomali/data_stream/intelligence/manifest.yml
+36Lines changed: 36 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -87,6 +87,42 @@ streams:
87
87
multi: false
88
88
required: true
89
89
show_user: false
90
+
- name: proxy_url
91
+
type: text
92
+
title: Proxy URL
93
+
multi: false
94
+
required: false
95
+
show_user: false
96
+
description: URL to proxy connections in the form of http[s]://<user>:<password>@<server name/ip>:<port>. Please ensure your username and password are in URL encoded format.
97
+
- name: ssl
98
+
type: yaml
99
+
title: SSL Configuration
100
+
description: SSL configuration options. See [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html#ssl-common-config) for details.
0 commit comments