Skip to content

Commit

Permalink
Updated pivot-telegraf.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
juliarobles committed Apr 15, 2024
1 parent 31f9d50 commit 3440cfa
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions files_for_manual_deploy/pivot-telegraf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,17 +22,19 @@ config:
outputs:
- influxdb_v2:
urls:
- "http://{IP_INFLUX}:30716"
- http://INFLUX_URN #http://opentwins-influxdb2:80
token: "Hjh3ysMQ6evK=qqpFSYqn-s3JGovJLfHxyCDM=eNNZkdM-uuro93dNtJcodejLYYob2geKQ/29z3Kxui=y6FlL?dZeU9EFRxrYn284V/kZG5==jxLVAMJrYOv?LF79ahwIbhvstMN6gmfQ3DH7/IzUB7VlBZK-cd8aN7YqiFrYRLkBUv7H0QkbqPxgf2dMgCMCwZaLMk9RUeMaBfx2lQ=Mq1EEJJw-Jp!BmpCDnhlc!6D22PaE=Y3sgWWNhRv8oP"
organization: "opentwins"
bucket: "default"
timeout: "120s"
inputs:
- kafka_consumer:
brokers:
- "{KAFKA_IP}:{KAFKA_PORT}"
- "KAFKABROKER" #"opentwins-kafka:9092"
topics:
- "riego"
sasl_version: 0
version: "3.6.1"
tags:
parent: "pivot:irrigation_simulation"
tag_keys:
Expand Down

0 comments on commit 3440cfa

Please sign in to comment.