Closed novicejava1 closed 8 months ago
Hi @novicejava1, thanks for trying out logstash-output-opensearch. You were right about trying logstash-oss-with-opensearch-output-plugin:8.4.0
that should address the 'Failed to load default template..." issue.
I tried it out from the docker image along with OpenSearch 2.3 deployed via docker compose but wasn't able to reproduce this issue. Can you please list the steps you used to deploy and configure the logstash container, it'll helm me figure what's causing the spontaneous shutdown.
Closing as logstash-oss-with-opensearch-output-plugin:8.4.0 should fix it. If someone is still experiencing this error, reopen.
Hi,
I am trying to do this logstash and opensearch setup. Here are the details of the docker-compose file that i am using.
opensearch and dasboard service docker-compose file.
logstash oss
and here is the logstash.conf file.
I am expecting that the testingindexing would be be created with the data that is sent to the stdin terminal. But i get the below error.
Error
As per the below issue details - https://github.com/opensearch-project/opensearch-devops/issues/85, i tried to use the opensearchproject/logstash-oss-with-opensearch-output-plugin:8.4.0 for the logstash oss output plugin but the logstash terminates without much information.