Requests need to account for undefined index pattern title #14267
Labels
bug
Fixes for quality problems that affect the customer experience
Team:Operations
Team label for Operations Team
v5.6.2
The index pattern _id field used to be the source for the pattern to query elasticsearch. At some point we added a title field to contain the pattern. In 5.6 the .kibana index expects this field to be defined, but older versions of the index may not have it.
Errors include
[null_pointer_exception] index must not be null
andpattern" fails because ["pattern" is required]
. We need to make sure we fall back to the id if a title is not defined.workaround options:
The text was updated successfully, but these errors were encountered: