Tobias Düsterhus
Tobias Düsterhus
The ingest Pipelines are pre-defined post-processing steps that can be used to e.g. add attachments (https://www.elastic.co/guide/en/elasticsearch/reference/8.10/ingest.html). It is simply: ``` { "index": "some_index", "body": {...}, "pipeline": "pipeline-id", } ``` So...
Sorry, I am too busy at the moment and totally forgot about this.
Hi there, we had the exact same Problem. The reason in our case was, that pusher-services sign the request WITHOUT the path-prefix. And to me, it looks like Soketi does...