Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 700 Bytes

logstash.md

File metadata and controls

29 lines (21 loc) · 700 Bytes

Run Logstash separately

🛑 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