Daniel Pawlik 6e3e1bf6f0
Add url subpath for Logsender to reach OpenSearch
It might happen, that the url for the OpenSearch is not directly
the hostname, eg.: localhost, but it also contains a subPath
for example: localhost/opensearch. In that case, the Logsender
was not able to connect to the OpenSearch.

Change-Id: I58a89c2fc33bdd06466bb60cc90fe2bd0317c92b
2024-08-21 13:19:33 +02:00

22 lines
378 B
Plaintext

[DEFAULT]
directory: /tmp/logscraper
host: localhost
port: 9200
subpath:
username: logstash
password:
index_prefix: logstash-
index:
chunk_size: 1500
skip_debug: True
keep: False
debug: False
wait_time: 120
insecure: False
ca_file:
follow: True
workers: 1
file_list: ['logscraper/download-list.yaml.sample']
performance_index_prefix: performance-
subunit_index_prefix: subunit-