Hi,
my purpose is to configure this settings on my ES:
    index.search.slowlog.threshold.query.warn: 10s
    index.search.slowlog.threshold.query.info: 5s
    index.search.slowlog.threshold.query.debug: 2s
    index.search.slowlog.threshold.query.trace: 500ms
  
    index.search.slowlog.threshold.fetch.warn: 1s
    index.search.slowlog.threshold.fetch.info: 800ms
    index.search.slowlog.threshold.fetch.debug: 500ms    
    index.search.slowlog.threshold.fetch.trace: 200ms
 
    index.indexing.slowlog.threshold.index.warn: 10s
    index.indexing.slowlog.threshold.index.info: 5s
    index.indexing.slowlog.threshold.index.debug: 2s
    index.indexing.slowlog.threshold.index.trace: 500ms
In my system i have 1 tribe node, 2 master node, 4 data node.
The questions are:
1 -  This commands are rights????
2 - I need that all slowlog are actives in all my node.....for do this i need to modify all .yml files or i can set them in only one ?
3 - I need to modify my logging.yml for save them?
4 - For now i have insert this command in my elasticsearch.yml file, i my log i have a file for the slowlog but i have only a debug type, i try to set less time for saving but nothing is changed...someone can help me????