2
responses
responses
Hi team,
I have opendistro elasticsearch installed and has a password to ingest data; I am using nxlog community version to send json data directly in elasticsearch. However I am not finding any relevant option for username password for om_elasticsearch module
Any clue?
<Output distroout>
Module om_elasticsearch
URL https://localhost:9200/_bulk
FlushInterval 2
FlushLimit 100
HTTPSAllowUntrusted TRUE
# Create an index daily
Index strftime($EventTime, "nxlog-%Y%m%d")
# Use the following if you do not have $EventTime set
#Index strftime($EventReceivedTime, "nxlog-%Y%m%d")
</Output>
Comments (2)
So seems I tried all the possibilities and looks like it would not be possible to include elasticsearch username and password?
Hi,
Unfortunately, there's no support for
om_elasticsearch
in the Community Edition - it is present in NXLog Enterprise Edition, where authentication can be solved using headers and authentication tokens.You can check if it works for you by requesting a trial.
Best regards,
Rafal