Skip to content

Commit acd2075

Browse files
[ti_anomali] Add support for proxy URL and SSL configuration parameters (elastic#13826)
ti_anomali: Add support for proxy URL and SSL configuration parameters in intelligence data stream.
1 parent 7c1426e commit acd2075

File tree

3 files changed

+42
-1
lines changed

3 files changed

+42
-1
lines changed

packages/ti_anomali/changelog.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
# newer versions go on top
2+
- version: "1.27.0"
3+
changes:
4+
- description: Add support for proxy URL and SSL configuration parameters in intelligence data stream.
5+
type: enhancement
6+
link: https://github.com/elastic/integrations/pull/13826
27
- version: "1.26.2"
38
changes:
49
- description: Add initial_interval parameter to API ingestion.

packages/ti_anomali/data_stream/intelligence/manifest.yml

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,42 @@ streams:
8787
multi: false
8888
required: true
8989
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.
101+
multi: false
102+
required: false
103+
show_user: false
104+
default: |
105+
#certificate_authorities:
106+
# - |
107+
# -----BEGIN CERTIFICATE-----
108+
# MIIDCjCCAfKgAwIBAgITJ706Mu2wJlKckpIvkWxEHvEyijANBgkqhkiG9w0BAQsF
109+
# ADAUMRIwEAYDVQQDDAlsb2NhbGhvc3QwIBcNMTkwNzIyMTkyOTA0WhgPMjExOTA2
110+
# MjgxOTI5MDRaMBQxEjAQBgNVBAMMCWxvY2FsaG9zdDCCASIwDQYJKoZIhvcNAQEB
111+
# BQADggEPADCCAQoCggEBANce58Y/JykI58iyOXpxGfw0/gMvF0hUQAcUrSMxEO6n
112+
# fZRA49b4OV4SwWmA3395uL2eB2NB8y8qdQ9muXUdPBWE4l9rMZ6gmfu90N5B5uEl
113+
# 94NcfBfYOKi1fJQ9i7WKhTjlRkMCgBkWPkUokvBZFRt8RtF7zI77BSEorHGQCk9t
114+
# /D7BS0GJyfVEhftbWcFEAG3VRcoMhF7kUzYwp+qESoriFRYLeDWv68ZOvG7eoWnP
115+
# PsvZStEVEimjvK5NSESEQa9xWyJOmlOKXhkdymtcUd/nXnx6UTCFgnkgzSdTWV41
116+
# CI6B6aJ9svCTI2QuoIq2HxX/ix7OvW1huVmcyHVxyUECAwEAAaNTMFEwHQYDVR0O
117+
# BBYEFPwN1OceFGm9v6ux8G+DZ3TUDYxqMB8GA1UdIwQYMBaAFPwN1OceFGm9v6ux
118+
# 8G+DZ3TUDYxqMA8GA1UdEwEB/wQFMAMBAf8wDQYJKoZIhvcNAQELBQADggEBAG5D
119+
# 874A4YI7YUwOVsVAdbWtgp1d0zKcPRR+r2OdSbTAV5/gcS3jgBJ3i1BN34JuDVFw
120+
# 3DeJSYT3nxy2Y56lLnxDeF8CUTUtVQx3CuGkRg1ouGAHpO/6OqOhwLLorEmxi7tA
121+
# H2O8mtT0poX5AnOAhzVy7QW0D/k4WaoLyckM5hUa6RtvgvLxOwA0U+VGurCDoctu
122+
# 8F4QOgTAWyh8EZIwaKCliFRSynDpv3JTUwtfZkxo6K6nce1RhCWFAsMvDZL8Dgc0
123+
# yvgJ38BRsFOtkRuAGSf6ZUwTO8JJRRIFnpUzXflAnGivK9M13D5GEQMmIl6U9Pvk
124+
# sxSmbIUfc2SGJGCJD4I=
125+
# -----END CERTIFICATE-----
90126
- name: http_client_timeout
91127
type: text
92128
title: HTTP Client Timeout

packages/ti_anomali/manifest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: ti_anomali
22
title: Anomali
3-
version: "1.26.2"
3+
version: "1.27.0"
44
description: Ingest threat intelligence indicators from Anomali with Elastic Agent.
55
type: integration
66
format_version: 3.0.2

0 commit comments

Comments
 (0)