I am testing SAML authentication in elasticsearch using Searchguard and SAML auth at Kibana works well. When I check cluster status using below API, I get no response where using cluster admin cert works fine.
curl -k -u https://localhost:9200/_cat/health
Form documentation, I see only one type of authentication can be used (http-challange: true), For SAML to work we have to set basic auth’s change should to false.
How can I use basic auth to connect beats to elasticsearch for auto-provisioning of index and dashboards?