Hi Team,
Getting an error " Configuration reloading can't be used with 'config.string' (-e)" while running logstash with below command. I tried testing the command in logstash version 7.6.2 and 7.9.2 . Can you please provide me solution for this issue.
logstash -e "input { stdin { } } output { stdout {} }"