Is it possible to intercept the request (and save the payload in ES) in a plugin without creating a separate RestAction ?
1. I want to avoid having to add separate url patterns (like https://github.com/jprante/elasticsearch-arrayformat) 2. I want to return the same response ES would return without the plugin. What would be the best possible to log search request into elasticsearch ? I know I can create a nginx proxy that would do that but I wanted to have a solution built in ES. I was thinking of a service that would schedule puting the payload in ES so the plugin wouldn't block the response? -- You received this message because you are subscribed to the Google Groups "elasticsearch" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/505701c3-f8a0-4a1b-ae58-d6815567a1dc%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
