Connect Kibana Workplace Search

Hi @JorgeL-TI,

The version that I am using is 7.9.3 (The newest one)

Thanks, that's great.

the problem was how to connect both programs because it shows a quite screen saying that I do not configure the YAML.

Can you share the exact error please? And can you share the YAML that's responsible for the error?

I've double checked that this all works locally with 7.9.3. The three key pieces are:

  1. kibana*/config/kibana.yml must have: enterpriseSearch.host: 'http://localhost:3002'
  2. enterprise-search*/config/enterprise-search.yml must have: ent_search.auth.source: elasticsearch-native OR have SAML configured as the auth source (Native is easier, for just testing this out)
  3. Enterprise Search and Kibana must both be installed an running on the same server/laptop/computer (if you're using localhost)

If you have all 3 of those and are still having an issue, please share you configs and any relevant logs and/or error messages, and we'll get you sorted out. :slight_smile:

1 Like