We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
eg. the following JSON:
{"fuzz": "jashdygayusdgyuagsdyugayusdgyuagsyudgayusgdyusagduyguguygyuftftyftksdfkhsdfkushdfkuhsdfkuhsfdkuhskdufhksudhfkushdfkuhsdkfuhsdfksasdiuhsadiuhasdiuahsdiuahsdiuashdiuahsdiuhasiudhaiushdaiushdsdfoijsdfoijsdfoijsdfoijsdfoijsdfoijsdfoijsdoifjsdoifjsdf12345678901" }
A terms panel on this field will count this value as a "Missing field". If you remove one character from the above it will work.
The text was updated successfully, but these errors were encountered:
I'm guessing you're using Logstash? This is due to a setting in the default logstash elasticsearch mapping:
"mapping" : { "type" : "string", "index" : "analyzed", "omit_norms" : true, "fields" : { "raw" : {"type": "string", "index" : "not_analyzed", "ignore_above" : 256} } }
Note the "ignore_above"
Sorry, something went wrong.
Not using logstash. I didn't define a mapping, ES created:
{"mappings":{"post":{"properties":{"fuzz":{"type":"string"}}}}}
Having said that, I had a look at the response coming back from ES, and it says the field is missing, so is an ES issue, not Kibana.
Fix: don't throw when selecting then deleting overlapping elements in…
674d233
… very quick succession (elastic#1057)
No branches or pull requests
eg. the following JSON:
A terms panel on this field will count this value as a "Missing field". If you remove one character from the above it will work.
The text was updated successfully, but these errors were encountered: