Troubles running Logstash on RHEL

It used to work fine, but recently it has been giving me this. Please help. Thank you.

Welcome to our community! :smiley:

Please don't post pictures of text, they are difficult to read, impossible to search and replicate (if it's code), and some people may not be even able to see them :slight_smile:

In Your command specify the filter/conf file . You ae just specified the directory name

Like this
/opt/logstash/bin/logstash -f /etc/logstash/conf.d/your_sample_filterfile.conf

Run this command with root privilege's

And Also try to setup -> LS_HOME and LS_SETTINGS_DIR

From terminal try this command to set LS_HOME and LS_SETTINGS_DIR

export LS_SETTINGS_DIR=/etc/logstash/
export PATH=$PATH:$LS_HOME/bin
export PATH```

Continuing the discussion from Troubles running Logstash on RHEL:
Ok, I will. Thank you.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.