Creating scripted field briefly shows incorrect error message #5826
Labels
bug
Fixes for quality problems that affect the customer experience
Feature:Scripted Fields
Scripted fields features
good first issue
low hanging fruit
Found on 4.4.0-snapshot with Elasticsearch 2.2 with Shield plugins.
Following test steps for Scripted Fields in https://github.com/elastic/kibana-qa/blob/master/settings.md when you finish creating the scripted field an error message shows up very briefly (too fast to read in my case). I saw it using IE and Chrome so I don't think it has anything to do with the browser.
The message is from kibana/src/ui/public/field_editor/field_editor.html;
Mapping Conflict:
You already have a field with the name {{ editor.field.name }}. Naming your scripted
field with the same name means you won't be able to query both fields at the same time.
But this message is incorrect. It doesn't seem to matter what name you give the scripted field.
The screen quickly switches back to the list of scripted fields and does show the one you just created. There's no way to go "back" to see the error message.
The new scripted field does work. So this message is misleading but harmless.
Not sure if it's in the previous 4.3.1 release, or master.
The text was updated successfully, but these errors were encountered: