Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Test only: won't run logstash on published sources, but can be used to increase the number of tests that can be run concurrently. "sh /opt/logstash-infinite/scripts/logstash_install.sh"
  2. Master: will run logstash on all published sources. Exactly one of these must be present in every logstash-enabled cluster. "sh /opt/logstash-infinite/scripts/logstash_install.sh master"
    1. (will also enable test and "slave" mode)
  3. Slave: will run logstash only on sources with the "distributed" flag set.  Multiple slaves can be run in each cluster. "sh /opt/logstash-infinite/scripts/logstash_install.sh slave"
    1. (will also enable test mode)

...