Skip to content

Instantly share code, notes, and snippets.

@martinsmith1968
Created October 25, 2020 14:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save martinsmith1968/3cfdd86c7a7237222af1ae70fa826a5f to your computer and use it in GitHub Desktop.
Save martinsmith1968/3cfdd86c7a7237222af1ae70fa826a5f to your computer and use it in GitHub Desktop.
Set Kibana Dark Mode
{
"value": true
}
curl -X POST -d @darkmode.json -H "kbn-xsrf: 123" -H "Content-Type: application/json" localhost:5601/api/kibana/settings/theme:darkMode
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment