🛑 Only in case of Logstash in 'stand-alone' mode
- Update connection informations on config files under the
logstash-sa
folder
📃 config/logstash.yml :
monitoring.elasticsearch.hosts: <elasticSearch url>
📃 pipeline/logstash-*.conf modify for each file : (Based from schemacrawler-additional-command-lints-as-csv)
...
output {
elasticsearch {
hosts => "<elasticSearch url>"
index => "schemacrawler-tables-stats"
}
...
- Invoke and unleash the Logstash daemon
sh logstash-sa.sh