Skip to content

Error in testing your Logstash installation#9709

Open
FarouqMousa wants to merge 1 commit intoelastic:6.2from
FarouqMousa:patch-1
Open

Error in testing your Logstash installation#9709
FarouqMousa wants to merge 1 commit intoelastic:6.2from
FarouqMousa:patch-1

Conversation

@FarouqMousa
Copy link
Copy Markdown

For the step of
bin/logstash -e 'input { stdin { } } output { stdout {} }'
in this way it doesn't work , the alternative to work is:
bin/logstash -e "input { stdin { } } output { stdout {} }"

For the step of 
bin/logstash -e 'input { stdin { } } output { stdout {} }'
in this way it doesn't work , the alternative to work is:
bin/logstash -e "input { stdin { } } output { stdout {} }"
@elasticmachine
Copy link
Copy Markdown

Since this is a community submitted pull request, a Jenkins build has not been kicked off automatically. Can an Elastic organization member please verify the contents of this patch and then kick off a build manually?

@jsvd
Copy link
Copy Markdown
Member

jsvd commented Jun 6, 2018

the single quotes shouldn't cause any errors, can you show the error you're seeing and what is not working?

@FarouqMousa
Copy link
Copy Markdown
Author

C:\logstash-6.2.4\bin>.\logstash -e 'input { stdin { } } output { stdout {} }'
ERROR: Unknown command '{'
See: 'bin/logstash --help'
[ERROR] 2018-06-06 13:38:29.391 [main] Logstash - java.lang.IllegalStateException: org.jruby.exceptions.RaiseException: (SystemExit) exit

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants