Ask Your Question
2

Can logstash output be written to a specific database and then read by elastic search from that same database?

asked 2022-06-09 11:00:00 +0000

lalupa gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2022-05-08 13:00:00 +0000

bukephalos gravatar image

Yes, Logstash can be configured to output data to a specific database and ElasticSearch can be configured to read data from that same database. However, it is important to ensure that the data is in a format that ElasticSearch can index and search efficiently. This can be achieved by defining Logstash output to produce data in a suitable format and mapping the fields to match the schema expected by ElasticSearch.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2022-06-09 11:00:00 +0000

Seen: 12 times

Last updated: May 08 '22