App Search Analytics/Logs

I have setup an Elasticsearch instance along with App Search on Top.

I am running the latest version of each (7.7), but can recreate this issue with all versions.

Both Elasticsearch and App Search are running on separate containers.

When i enable authentication on Elastic Search, the analytics and API logs all show empty via both the App Search UI and via the APP Search API. However i know the system is capturing the data as when i disable the authentication and restart the API Logs and Analytics are showing.

I am wondering if anyone else has come across this, and if i am doing something wrong, below is a copy of my app search and elastic config

Note: it makes no difference if i have SSL enabled or disabled.

Any help much appreciated

elasticsearch.yml
cluster.name: "cluster"
network.host: 0.0.0.0
xpack.security.enabled: true
xpack.security.http.ssl.enabled: true
xpack.security.http.ssl.key: /usr/share/elasticsearch/config/certificates/cert.key
xpack.security.http.ssl.certificate: /usr/share/elasticsearch/config/certificates/cert.crt
xpack.security.transport.ssl.verification_mode: none

enterprise-search.yml
elasticsearch.host: https://elasticsearch:9200
elasticsearch.ssl.enabled: true
elasticsearch.ssl.verify: false
elasticsearch.username: elastic
elasticsearch.password: REMOVED
ent_search.auth.source: standard
secret_session_key: supersecretsessionkey
allow_es_settings_modification: true
secret_management.encryption_keys: [REMOVED]
ent_search.listen_host: 0.0.0.0

1 Like

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