Logstash with Amazon ElasticSearch Service

Hello,
I am trying to access the logs by adding the appenders inside the logging section in config.yml file.

logging:
appenders:
- type: uri
      threshold: ALL
      endpoint: https://search-pipeportal-awyql5336h5vmotdjp5zycthea.us-west-2.es.amazonaws.com/_plugin/logstash/

But I am getting, {"Message":"Your request: '/_plugin/logstash/' is not allowed."}
The kibana link works fine which can be accessed from AWS console.

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