Hello,
I have 2 stream I try to join in Kapacitor.
They have multiples tags both and I group on two tags each.
The first tag has the same name for both stream, the second one has a different name but the value sometimes match.
This join does not output any results. I guess this is because of the tag name ?
If I group the second stream only on the first tag (the one who has the same name) and I join the two streams, I have some results.
Is it the expected behaviour ?
How should I bypass this tag name limitation ?
Best regards,
Fabrice