github.com/observiq/bindplane-agent@v1.51.0/config/new_relic_otlp/elasticsearch/config.yaml (about)

     1  receivers:
     2    elasticsearch:
     3      nodes: ["_local"]
     4      endpoint: http://localhost:9200
     5      collection_interval: 60s
     6  
     7  processors:
     8    batch:
     9  
    10  exporters:
    11    otlp:
    12      endpoint: https://otlp.nr-data.net:443
    13      headers:
    14        api-key: 00000-00000-00000
    15      tls:
    16        insecure: false
    17  
    18  service:
    19    pipelines:
    20      metrics:
    21        receivers:
    22        - elasticsearch
    23        processors:
    24        - batch
    25        exporters:
    26        - otlp