Elasticsearch automatic dashboard access

@Tortoise When embedded iframe is used to integrate a visualization or dashboard into a custom UI it forward to login page of kibana.

@Robin_Gorry

  1. It’d be easier to just create a custom visualization by sending curl request and rendering the response.
  2. You can use Anonymous Authentication. I tested with Elasticsearch it works fine but never tested for kibana iframe. User authentication | Elastic Docs

Here is a similar discussion. Bypassing elastic login when accessing kibana

2 Likes