Open jsvd opened 1 week ago
The Logstash Elasticsearch input plugin makes HTTP requests to the following Elasticsearch endpoints:
GET / HEAD / POST /index/_pit POST /_search?size= POST /_search?scroll= POST /index/_search?scroll= DELETE /_pit DELETE /_search/scroll
Each of these calls should include the x-elastic-internal-origin header to the HTTP request made to Elasticsearch
Updated to correct the header name to x-elastic-product-origin
x-elastic-product-origin
The Logstash Elasticsearch input plugin makes HTTP requests to the following Elasticsearch endpoints:
Each of these calls should include the x-elastic-internal-origin header to the HTTP request made to Elasticsearch