Forrest logo
back to context overview

logstash

List of commands for logstash:

  • logstash:tldr:43e52 logstash: Run Logstash using configuration.
    $ sudo logstash --config ${logstash_config-conf}
    try on your machine
    explain this command
  • logstash:tldr:75c6c logstash: Run Logstash with the most basic inline configuration string.
    $ sudo logstash -e 'input {} filter {} output {}'
    try on your machine
    explain this command
  • logstash:tldr:c9b1d logstash: Check validity of a Logstash configuration.
    $ logstash --configtest --config ${logstash_config-conf}
    try on your machine
    explain this command
back to context overview