Problem:
Headers added through the ES custom header plugins are possibly not being applied to ES requests through the low level client. There are at least two places in our production codebase where this could be an issue:
- in checkESVersionSupport method
- getTaskResponse in ESWriterUtil
Expected result:
ES Custom headers should be added to all ES requests
This is the controller panel for Smart Panels app
Custom ES headers not added to low level client requests
Problem:
Headers added through the ES custom header plugins are possibly not being applied to ES requests through the low level client. There are at least two places in our production codebase where this could be an issue:
- in checkESVersionSupport method
- getTaskResponse in ESWriterUtil
Expected result:
ES Custom headers should be added to all ES requests