-
Hi
And second vector config looks like this (it collects janus logs from another vector instance as well) :
Problem is that nothing appears in ES index. I see it gets created, but it's empty:
I checked with netcat on second vector - it receives messages from first vector with docker logs and it looks like this:
So, what am I missing here? Maybe docker logs should be normalized some way? Because at first I had single index for both janus logs and vector logs and ES throw error that |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hi @agorkiy ! I think you need to set |
Beta Was this translation helpful? Give feedback.
Hi @agorkiy !
I think you need to set
version = "2"
on thevector
source you have defined as well. Do you see any error logs from Vector?