Hello,
I have a v8.7 deployment using App Search to crawl websites, indexing content. The site search experience is working nicely. However, I am wondering about the 'Recent queries' stats at the bottom of the page from Kibana > Enterprise Search > App Search > Engines - [meta-enginename] > Analytics.
In this area, I understand in order to get the full analytic functionality like 'click analytics' requires adding in necessary API configs to track the relevant info. Analytics APIs | App Search documentation [8.7] | Elastic
When using the Credentials > API Keys - search-key (type: Public Search Key, Modes: search), I believe the one created with App Search by default, queries shows up in the 'Recent queries' list in the 'Analytics' page of the meta-engine. No custom code is required in the site search box on the webpage for this to work. This functionality is what is desired for the below scenario.
If someone uses a created API key in Credentials > API Keys - name-of-created-key (type: Private API Key, Modes: read-only), these queries are only showing up in the API logs, but not in the 'Recent queries' list.
Is it possible to get 'Recent queries' to show up in the 'Analytics' page for a 'private api key'/read-only mode key?