Kibana - data and Displays missing following update #1706
-
Having updated to 2.3.2 and run sudo so-elastic-clear I now have a running Kibana but do not seem to have any indexes or screens. How can I reloaded these? |
Beta Was this translation helpful? Give feedback.
Answered by
trb143
Oct 29, 2020
Replies: 1 comment 1 reply
-
Resolved this by running curl -X POST "localhost:5601/api/saved_objects/_import?overwrite=true" -H "kbn-xsrf: true" --form file=@/opt/so/conf/kibana/saved_objects.ndjson Found this is so-kibana-config-load. Should this be in the documentation? |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
dougburks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Resolved this by running curl -X POST "localhost:5601/api/saved_objects/_import?overwrite=true" -H "kbn-xsrf: true" --form file=@/opt/so/conf/kibana/saved_objects.ndjson
Found this is so-kibana-config-load. Should this be in the documentation?