We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
x-elastic-product-origin
1 parent b11e5ce commit 4982ccfCopy full SHA for 4982ccf
1 file changed
src/core/server/elasticsearch/default_headers.ts
@@ -20,5 +20,8 @@
20
import { deepFreeze } from '@kbn/std';
21
22
export const DEFAULT_HEADERS = deepFreeze({
23
+ // Elasticsearch uses this to identify when a request is coming from Kibana, to allow Kibana to
24
+ // access system indices using the standard ES APIs without logging a warning. After migrating to
25
+ // use the new system index APIs, this header can be removed.
26
'x-elastic-product-origin': 'kibana',
27
});
0 commit comments