mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
REMOVE me. workaround until fixed in the es client
This commit is contained in:
parent
a33d8fc0b1
commit
c038850c09
1 changed files with 1 additions and 1 deletions
|
@ -218,7 +218,7 @@ async function installPipeline({
|
|||
if (pipeline.extension === 'yml') {
|
||||
esClientRequestOptions.headers = {
|
||||
// pipeline is YAML
|
||||
'Content-Type': 'application/yaml',
|
||||
'Content-Type': 'application/yaml; compatible-with=8',
|
||||
// but we want JSON responses (to extract error messages, status code, or other metadata)
|
||||
Accept: 'application/json',
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue