Facing issue in logstash after applying basic authentication on ES

Hi Team,
We are trying to applying basic authentication on ELk stack, when we enable security true in Elasticsearch.yml then logstash stopping pushing log on ES and give following error

[2022-03-10T08:39:43,365][WARN ][logstash.javapipeline    ][.monitoring-logstash] 'pipeline.ordered' is enabled and is likely less efficient, consider disabling if preserving event order is not necessary
[2022-03-10T08:39:43,764][INFO ][logstash.javapipeline    ][.monitoring-logstash] Starting pipeline {:pipeline_id=>".monitoring-logstash", "pipeline.workers"=>1, "pipeline.batch.size"=>2, "pipeline.batch.delay"=>50, "pipeline.max_inflight"=>2, "pipeline.sources"=>["monitoring pipeline"], :thread=>"#<Thread:0x356dc2cb run>"}
[2022-03-10T08:39:48,040][INFO ][logstash.outputs.elasticsearch][main] Elasticsearch pool URLs updated {:changes=>{:removed=>[], :added=>[http://elastic:xxxxxx@SERVERIP:9200/]}}
[2022-03-10T08:39:48,138][INFO ][logstash.javapipeline    ][.monitoring-logstash] Pipeline started {"pipeline.id"=>".monitoring-logstash"}
[2022-03-10T08:39:48,139][WARN ][logstash.outputs.elasticsearch][main] Restored connection to ES instance {:url=>"http://elastic:xxxxxx@SERVERIP:9200/"}
[2022-03-10T08:39:48,249][ERROR][logstash.agent           ] Failed to execute action {:id=>:main, :action_type=>LogStash::ConvergeResult::FailedAction, :message=>"Could not execute action: PipelineAction::Create<main>, action_result: false", :backtrace=>nil}
[2022-03-10T08:39:48,613][INFO ][logstash.agent           ] Successfully started Logstash API endpoint {:port=>9600}
[2022-03-10T08:39:16,101][INFO ][logstash.javapipeline    ] Pipeline terminated {"pipeline.id"=>".monitoring-logstash"}
[2022-03-10T08:39:16,165][INFO ][logstash.runner          ] Logstash shut down.

If you enabled --log.level debug do you get a more informative error message?

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.