mirror of
https://github.com/elastic/kibana.git
synced 2025-06-27 10:40:07 -04:00
[APM] Add elastic-api-version header to Kibana API calls (#166602)
Versioned APIs in Kibana require an `elastic-api-version` header. This PR adds the required header to Synthtrace.
This commit is contained in:
parent
9e4614647a
commit
7d5bb9be50
1 changed files with 1 additions and 0 deletions
|
@ -69,5 +69,6 @@ function kibanaHeaders() {
|
||||||
Accept: 'application/json',
|
Accept: 'application/json',
|
||||||
'Content-Type': 'application/json',
|
'Content-Type': 'application/json',
|
||||||
'kbn-xsrf': 'kibana',
|
'kbn-xsrf': 'kibana',
|
||||||
|
'elastic-api-version': '2023-10-31',
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue