Skip to content

Instantly share code, notes, and snippets.

@ivarvong
Created January 23, 2020 20:00
Show Gist options
  • Save ivarvong/92a4c33277081cd0da7b15bf2bad59a2 to your computer and use it in GitHub Desktop.
Save ivarvong/92a4c33277081cd0da7b15bf2bad59a2 to your computer and use it in GitHub Desktop.
curl -X PUT http://localhost:9200/_all/_settings -H 'Content-Type: application/json' -d '{"index.indexing.slowlog.threshold.index.debug": "0s", "index.search.slowlog.threshold.fetch.debug" : "0s", "index.search.slowlog.threshold.query.debug": "0s"}'
@ivarvong
Copy link
Author

tail -f /usr/local/var/log/elasticsearch/elastic*.log

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment