How to show elasticsearch queries in spring boot application
I am trying to use resilient search in a spring boot application and I would like to debug the queries executed by ElasticsearchRepository.
tried
logging.level.org.elasticsearch.index.search.slowlog.query=INFO
spring.data.elasticsearch.properties.index.search.slowlog.threshold.query.info=1ms
but I didn't see the request print in the log
+3
source to share
No one has answered this question yet
Check out similar questions: