We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Download from here.
Untar the download. cd into that folder.
cd
Edit the config file in config/elasticsearch.yml to have the following settings:
config/elasticsearch.yml
http.port: 9200 xpack.security.enabled: false xpack.security.http.ssl: enabled: false xpack.security.transport.ssl: enabled: false
(Don't turn off the ssl settings if you need to test ssl...)
Then run bin/elasticsearch.
bin/elasticsearch
Setup the following configuration in Vector:
sinks: out: type: elasticsearch inputs: - in endpoints: - http://127.0.0.1:9200
There was an error while loading. Please reload this page.