Skip to content

Instantly share code, notes, and snippets.

@lukas-vlcek
Last active May 31, 2021 13:45
Show Gist options
  • Save lukas-vlcek/0572a4ef9c35bd0b470211461197265a to your computer and use it in GitHub Desktop.
Save lukas-vlcek/0572a4ef9c35bd0b470211461197265a to your computer and use it in GitHub Desktop.
oc exec <es_pod> -c elasticsearch -- es_util --query=_cluster/settings?flat_settings=true -X PUT -d \
'{
"transient": {
"logger": {
"org.elasticsearch.ingest.openshift": "TRACE",
"org.elasticsearch.action": "DEBUG"
}
}
}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment