Add x-elastic-product-origin to header (#203447)

Related to: https://github.com/elastic/observability-dev/issues/4147

Adds the `x-elastic-product-origin` when invoking the kibana function
This commit is contained in:
Søren Louv-Jansen 2024-12-11 08:19:49 +00:00 committed by GitHub
parent e993f23881
commit a48725ad6d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -77,6 +77,7 @@ export function registerKibanaFunction({
'referer',
'user-agent',
'x-elastic-internal-origin',
'x-elastic-product-origin',
'x-kbn-context',
];