Replies: 2 comments 2 replies
-
I'm not sure what question you are asking here 🤔 Could you restate it? |
Beta Was this translation helpful? Give feedback.
0 replies
-
For example, I have deployed multiple vector instances and I want to configure multiple IPs in adress. Can I do this? address: "10.35.2.213:8688" |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
My config as follewers
data_dir: /data/svr/vector/data
timezone: "local"
api:
enabled: false
address: "[::]:8686"
playground: false
sources:
file1:
include:
- "/data/log/**/*.log"
type: file
fingerprint:
strategy: "device_and_inode"
ignore_checkpoints: true
read_from: end
internal_metrics:
type: internal_metrics
sinks:
prom_exporter:
type: prometheus_exporter
inputs:
- internal_metrics
address: "[::]:9090"
vector1:
type: vector
inputs:
- file1
address: "10.35.2.213:8688"
version: "2"
Beta Was this translation helpful? Give feedback.
All reactions