-
Notifications
You must be signed in to change notification settings - Fork 8.2k
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
dashboard not loading from default.json #339
Comments
It looks like you probably set a local default dashboard at some point. Click the disk icon, and select "Clear My Default", then reload |
wow! I tried that few times yesterday, even cleared my cache in both mozilla and chrome. My both instances are now picking up the default in firefox and one of them is still not in chrome. But I am sure this is my brower and not kibana. Thanks for the response. |
Closes elastic#360 , Closes elastic#339
The UI code should add the UUID if it is missing.
Hi Rashid,
I updated to the latest kibana3 from master. I created a default.json which has the correct index settings in it. Kibana3 fails to load the default.json and gives me no index error (see screenshot) In the UI it works once I edit the index settings.
It seems it's loading the blank.json. Not sure if this is a bug. I am having problems with it.
"index": {
"interval": "day",
"pattern": "[logstash-]YYYY.MM.DD",
"default": "NO_TIME_FILTER_OR_INDEX_PATTERN_NOT_MATCHED"
}
Your work is very much appreciated. I have two instances of logstash/elasticsearch/kibana3 for two datacenters logging from 20 servers each.
The text was updated successfully, but these errors were encountered: