-
Notifications
You must be signed in to change notification settings - Fork 8.3k
New issue
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
Lift restriction of not allowing '_'-prefixed fields. Close #2551 #4291
Conversation
As long as Elasticsearch does not enforce this rule, neither should Kibana.
Jenkins standing by to test this. If you aren't a maintainer, you can ignore this comment. Someone with commit access, please review this and clear it for Jenkins to run; then say 'jenkins, test it'. |
Sorry, this is a defined convention in Kibana that we're not planning to change. _ fields are ambiguous, we don't know if they're part of the |
Why do you consider it necessary for Kibana to handle that ambiguity? Elasticsearch doesn't even warn you if you call a field "_timestamp" for instance. The user is left responsible for shooting themselves in the foot. Would you consider this request if I code |
Sure, as long as it was off by default and we keep the warning in the doc_viewer. I want everyone to understand this is not recommended and will likely lead to serious bugs down the road. That option should go in the advanced settings editor. |
Great! I'll take a stab at it soon. |
Did this get resolved? It's just bitten us as we moved to Kibana 4. |
I've been meaning to look at it for ages. it's not a big job, but other work things have come in the way. |
How are we standing on this after 6 years and a massive increase in usage of Still no plans on supporting it without having to fork kibana and cherrypick this PR? |
As long as Elasticsearch does not enforce this rule, neither should
Kibana.