rubban
rubban copied to clipboard
Fix for Kibana 7.10.1
(Thanks for sending a pull request! Please make sure you click the link above to view the contribution guidelines, then fill out the blanks below.)
What does this implement/fix? Explain your changes.
bash-4.4$ bin/kibana --version
7.10.1
curl --location --request POST 'http://localhost:5601/api/console/proxy?path=_cat%2Findices%2Fsensor-data-%2A%3Fformat%3Djson&method=GET&h=index' \
--header 'kbn-xsrf: true'
{
"statusCode": 400,
"error": "Bad Request",
"message": "[request query.h]: definition for this key is missing"
}
Does this close any currently open issues?
…
Any relevant logs, error output, etc?
(If it’s long, please paste to https://ghostbin.com/ and insert the link here.)
Any other comments?
…
Where has this been tested?
…