Hi @knightsg1 Welcome to the community.
Those setting above "Define the levels / threshold" for each logging level, and then you need to set the actual logging level like
index.indexing.slowlog.level: INFO (or WARN, DEBUG, TRACE)
Then the slowlogs that meet the INFO level will be shown and others below will not.
If you set to TRACE then any log above 200ms (for query will be logged) TRACE is a higher level of detail / tracing .... more queries show up.
See Here :
Hope that helps.