Skip to content
This repository was archived by the owner on Jan 21, 2023. It is now read-only.
This repository was archived by the owner on Jan 21, 2023. It is now read-only.

Add curl to base image? #26

@vanosg

Description

@vanosg

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 file=@file.ndjson 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions