Hi,
My data comes from 2 data sources - an API and a local script that I'm testing.
Both of them holds the same index pattern for ES & Kibana
My problem is that when I'm searching for fields from my local script, I can't see them.
Only if I unchecked the box Available Fields -> Hide Missing Fields, than I can see those hidden fields
Plus, when I see this fields, it appears with the next message:
This field is present in your elasticsearch mapping but not in any documents in the search results. You may still be able to visualize or search on it.
This is unclear to me, due to the fact that I can search and get result for this fields in the query input bar
Any idea what am I doing wrong ?
10x in advance