How to configure Keyboard as stdin in Logstash

0 votes

Hi Guys,

I am new in Logstash. I want to configure the keyboard as standard input and screen as standard output in Logstash. Can anyone help me how can I do this?

Jun 17, 2020 in DevOps Tools by akhtar
• 38,260 points
1,814 views

1 answer to this question.

0 votes

Hi@akhtar,

You can find stdin and stdout plugins in Logstash. By default, if you don't set anything inside these plugins. It will take the keyboard as stdin and screen as stdout. You can use the below-given command.

$ /bin/logstash -e 'input { stdin { } } output { stdout {} }'

Hope this will help.

answered Jun 17, 2020 by MD
• 95,460 points

Related Questions In DevOps Tools

0 votes
0 answers

How to create maven build on bamboo ? Unable to create build by using profile as in pom.xml

As given in the above question that ...READ MORE

Oct 28 in DevOps Tools by Anila
• 3,390 points
36 views
0 votes
1 answer

how to fix the build with maven in bluemix

As per Bluemix Status Page today DevOps Delivery Pipeline ...READ MORE

answered Jul 6, 2018 in DevOps Tools by Kalgi
• 52,350 points
1,526 views
+15 votes
2 answers

Git management technique when there are multiple customers and need multiple customization?

Consider this - In 'extended' Git-Flow, (Git-Multi-Flow, ...READ MORE

answered Mar 27, 2018 in DevOps & Agile by DragonLord999
• 8,450 points
4,035 views
+2 votes
1 answer
0 votes
1 answer

How to connect log file as an input in Logstash?

Hi@akhtar, You can use the file plugin to ...READ MORE

answered Jun 17, 2020 in DevOps Tools by MD
• 95,460 points
1,832 views
0 votes
1 answer

How to install Logstash in CentOS/RHEL?

Hi@akhtar, To install Logstash on the system, you ...READ MORE

answered Jun 17, 2020 in DevOps Tools by MD
• 95,460 points
4,345 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP