Skip to content
Discussion options

You must be logged in to vote

In this guide I'll share the basics of pointing your own Logstash to the ElasticSearch running on one of your Search Nodes. This applies to Distributed Deployments only.

1 - Set up Logstash on your chosen server and configure the inputs and filters. 2 - Go to /opt/so/saltstack/local/salt/elasticsearch/curl.config on the manager node and grab the credentials from there. It should be formatted like ":" 3 - Create the Logstash output configuration file and output it to ElasticSearch, make sure to add the IP address of the Search Node under the hosts. You can also specify the Ingest Node pipeline you want to use, if you have one. One example config would look like this:

output {
 elasticsear…

Replies: 3 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@hacker0ni
Comment options

Answer selected by dougburks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
4 participants