-
Notifications
You must be signed in to change notification settings - Fork 25.8k
Labels
:Distributed/Watcher>bugTeam:Data Management (obsolete)DO NOT USE. This team no longer exists.DO NOT USE. This team no longer exists.
Description
A user reported an issue with the result.input.chain part of Watcher history documents being dynamic:true and accumulating large numbers of indexed fields over time. This caused failures relating to hitting indexed field limits.
Unless there's a particularly good business reason for indexing this data could we add this exclusion to the index template for watcher-history indices?
"disabled_result_input_chain_fields" : {
"path_match" : "result.input.chain",
"mapping" : {
"type" : "object",
"enabled" : false
}
}
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
:Distributed/Watcher>bugTeam:Data Management (obsolete)DO NOT USE. This team no longer exists.DO NOT USE. This team no longer exists.