Last active
May 31, 2021 13:45
-
-
Save lukas-vlcek/0572a4ef9c35bd0b470211461197265a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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