Skip to content

Instantly share code, notes, and snippets.

@joswr1ght
Created December 18, 2019 18:14
Show Gist options
  • Save joswr1ght/30ad46583c4260a0dab51ec3f713b266 to your computer and use it in GitHub Desktop.
Save joswr1ght/30ad46583c4260a0dab51ec3f713b266 to your computer and use it in GitHub Desktop.
Disable Kibana Data Reporting/Telemetry from the Command Line with Curl
curl --silent -d '{"doc":{"telemetry":{"enabled":false}}}' -H 'content-type: application/json' http://localhost:9200/.kibana/_update/telemetry%3Atelemetry | jq
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment