You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 21, 2023. It is now read-only.
Hi, first off thanks for all the hard work you've put into this image!
Would you consider adding 'curl' to the base image? It would let users interact with the ELK API via compose or other .sh scripts. My specific use case would be to import some dashboard/visualizations from a .ndjson file that I would like to have ready to go when I start the container.
curl -X POST "localhost:5601/api/saved_objects/_import" -H "kbn-xsrf: true" --form [email protected] for example
Or perhaps you know a different way to get Kibana to import a dashboard without needing curl?
Thanks again, your work is appreciated
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi, first off thanks for all the hard work you've put into this image!
Would you consider adding 'curl' to the base image? It would let users interact with the ELK API via compose or other .sh scripts. My specific use case would be to import some dashboard/visualizations from a .ndjson file that I would like to have ready to go when I start the container.
curl -X POST "localhost:5601/api/saved_objects/_import" -H "kbn-xsrf: true" --form [email protected]
for exampleOr perhaps you know a different way to get Kibana to import a dashboard without needing curl?
Thanks again, your work is appreciated
The text was updated successfully, but these errors were encountered: