github.com/netdata/go.d.plugin@v0.58.1/config/go.d/elasticsearch.conf (about)

     1  ## All available configuration options, their descriptions and default values:
     2  ## https://github.com/netdata/go.d.plugin/tree/master/modules/elasticsearch
     3  
     4  #update_every: 5
     5  #autodetection_retry: 0
     6  #priority: 70000
     7  
     8  jobs:
     9    - name: local
    10      url: http://127.0.0.1:9200
    11      cluster_mode: no
    12  
    13    # opensearch
    14    - name: local
    15      url: https://127.0.0.1:9200
    16      cluster_mode: no
    17      tls_skip_verify: yes
    18      username: admin
    19      password: admin