
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
22 lines
378 B
Plaintext
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-
|