Hi,
I have a filed with type Unknown. When investigating my index pattern and on the Dev Tool, I can't see that field, but can see it in my query/ searches results
The problem is that when I wish to display this field in my visualize, I can't. It's not there.
Basically, this fields suppose to be string - it contain an object description. It's not numeric/date or
anything else
I refreshed the index pattern, but no change. I can't see this specific field
my Q's are:
- Why I'm not seeing this field?
- Why is it appears in my search query as unknown type? the field data can look like this:
abcde - Network 123 Investigation
- I own a script that runs every night to update data in ES. What's the best way to map this fields to string? via ES API? Kibana Dev Tool ?
In case it matter, the field name start with "_" and it's not nested
Any idea?
10 in advance