Adaptive relevance events logs referenceedit

The Enterprise Search adaptive relevance logs events for curation suggestion changes.

These events register changes in adaptive relevance suggestions. Every time a suggestion is created, updated or deleted, a new event will be emitted.

Enterprise Search records these events using Elastic Common Schema (ECS), including a custom field set called appsearch.adaptive_relevance.* for adaptive relevance specific data.

To view these events, see View adaptive relevance events logs.

This document provides a reference to these events and their fields:

Base fieldsedit

@timestamp
A UTC timestamp of the event.
event.id
A unique identifier of the event.
event.action
The action that originates the event. All events are of type curation_suggestion.
event.type

Contains the type of event. Can be one of:

  • creation: A new suggestion has been proposed.
  • change: A suggestion has been updated or changed status.
  • deletion: A suggestion has been deleted.
message
A textual description of the event (useful for displaying in a UI for human consumption).

Service fieldsedit

service.ephemeral_id
A unique identifier of the process that generated the suggestion changes.
service.type
All events will have this set to adaptive_relevance.
service.version
Current version of the Enterprise Search product.

Process fieldsedit

process.pid
The PID of the App Search instance.
process.thread.id
The id of the thread logging the event.

Host fieldsedit

host.name
The host name where the App Search instance is deployed.

Adaptive relevance history fieldsedit

appsearch.adaptive_relevance.engine
Engine for the adaptive relevance curation suggestion.
appsearch.adaptive_relevance.query
Query for the curation suggestion.
appsearch.adaptive_relevance.suggestion.curation.curation_id
Curation identifier affected by the action.
appsearch.adaptive_relevance.suggestion.previous_status
Identifies the previous status for the suggestion when the suggestion has changed status. This field is not present when the suggestion has been created for the first time.
appsearch.adaptive_relevance.suggestion.new_status
Identifies the new status for the suggestion when the suggestion has changed status. Use this field along with appsearch.adaptive_relevance.suggestion.previous_status to understand the status transition for the suggestion.
appsearch.adaptive_relevance.suggestion.curation.promoted_docs
Contains the array of document identifiers that are promoted by the suggestion.