I am using Filebeat-opensearch-Opensearch Dashboard very first time. And I am using it only on local Windows machine.
I am able to launch Filebeat,Opensearch[http://localhost:9200/] and Opensearch-dashboards[http://localhost:5601/app/login?]. But not able to login to Opensearch Dashboard.
When I enter credentials admin/admin, It says, "[error][plugins][securityDashboards] Failed authentication: Error: no handler found for uri [/_plugins/_security/authinfo] and method [GET]".
opensearch-dashboard.yml:
server.port: 5601
opensearch.hosts: [http://localhost:9200]
opensearch.ssl.verificationMode: none
opensearch.username: admin
opensearch.password: admin
opensearch.requestHeadersWhitelist: [authorization, securitytenant]
opensearch_security.multitenancy.enabled: false
opensearch_security.cookie.secure: false
opensearch.yml:
plugins.security.disabled: true
Only 1 entry is there in opensearch.yml file.
Is there any solution?
If you are fine with disable security here what I have done.
plugins.security.* configuration entries from opensearch.yml but keep plugins.security.disabled: trueopensearch_security. entries from opensearch-dashboard.ymlbin/opensearch-dashboards-plugin remove securityDashboardsfollow these official docs for more info... https://opensearch.org/docs/1.1/dashboards/install/plugins#remove-plugins
https://opensearch.org/docs/1.1/security-plugin/configuration/disable/
Hope this will help :)
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With