An Error Is Returned When Logstash Deployed on an ECS Pushes Data to CSS
Symptom
After Logstash is deployed on an ECS, an error is reported when data is pushed to CSS. The error message is as follows:
LogStash::Outputs::ElasticSearch::HttpClient::Pool::BadResponseCodeError: Got response code '500' contacting Elasticsearch at URL 'https://192.168.xx.xx:9200/_xpack'
Possible Causes
CSS has not integrated the x-pack plugin. When you connect to CSS after deploying Logstash, the system will check whether x-pack is enabled for CSS.
Procedure
- Delete the x-pack directory in Logstash.
- Add ilm_enabled => false for Elasticsearch in the output module of the Logstash configuration file.
- Push data to the Elasticsearch cluster again.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot