Issue:
- Updating the index pattern to include the new fields from other indices doesn't now show their data on Kibana discover page.
Steps to replicate:
- index
error-codes-test
vs Indexerror-codes-final
have slightly different fields. - I have an index pattern called
error-codes*
to show the output from both indexes, but it doesn't. - Then I decide to view the data from both indices using the
error-codes*
index pattern in Kibana discover page, but the data doesn't show up fromerror-codes-test
.
Current solution:
- I have to create another index pattern, for example,
error-*
to be able to see all the data. I highly believe this behavior is not desired, and updating the old index patternerror-codes*
should have fixed the problem.