I want to load an ingest pipeline into my Dockerized ES instance. I could do this using curl
in the CMD
directive but I'd rather just load it directly somehow, as I don't want to modify the container. Is there a way to do that?
It is not possible.
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.