-
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
Field formatting disappears sporadically #18584
Comments
@yoavderazon This feels related to #7191. Thoughts? cc @jen-huang |
@chrisronline I'm not sure it's the same problem, Yoav and I worked on his cluster and formatted a few fields, using number.js formatting 0,0a, we saw the changes were updated and all the visualizations refreshed with the new formatting, 15 min later without know reason Kibana reset all the formatting. There wasn't any conflict at the time. #7191 is a different known issue where scripted fields doesn't handler conflicts so if multiple users try to update the same scripted fields they will override each other. |
@AlonaNadler Is it possible someone else is using the same kibana instance at the same time? Or can we safely assume there is only one user using it at a time and this bug occurs while only one user is active? |
i have a confirmation from @nestermn that he was not loading any data or making any changes at the time. |
Just actions that would write to the kibana index, editing or adding a saved object. It's sounding like this might be a separate issue but I honestly haven't heard this before but I'll see if I can look deeper and figure something out |
if there is a "debug level logging" setting for kibana that may help you - we can enable it - just let us know. |
Would we run into this problem if multiple tabs are opened and a modification is made in one that writes to the |
i didnt find a (productive) way to work with kibana without multiple tabs open, but i am careful not to perform index-patter related operation in more than one tab. if ANY kibana operation (e.g. creating new vis. or dash.) constitutes a tab-concurrency issue - than i think we have a practical problem here. |
@chrisronline , thanks |
@chrisronline , cc: @AlonaNadler , @alexfrancoeur |
Kibana version: 6.2.3
Elasticsearch version:6.2.3
Server OS version: on cloud
Browser version: Firefox on mac - latest ver
Browser OS version: MacOS, latest ver.
Original install method (e.g. download page, yum, from source, etc.): # NA
Description of the problem including expected versus actual behavior:
Occasionally, my date, number and other formats get deleted from the index pattern.
sometimes all of them, and sometimes just few of them.
env. where this happens is https://ef50dfd8dac67b1fab5ee7ec666007a8.us-east-1.aws.found.io:9243, and i can provide access if needed.
Steps to reproduce:
Errors in browser console (if relevant): # NA
Provide logs and/or server output (if relevant): # NA
The text was updated successfully, but these errors were encountered: