Two and more sources #12714
Answered
by
jszwedko
kirill-ratkin
asked this question in
Q&A
Two and more sources
#12714
-
Hi, It's quite easy to do it in 'awk' or 'python' but I'd like to have more performance and 'vector' looks very very exciting. But I can't understand how to configure several inputs .. :( |
Beta Was this translation helpful? Give feedback.
Answered by
jszwedko
May 16, 2022
Replies: 1 comment 2 replies
-
Hi @kirill-ratkin ! You can provide multiple paths to the [sources.my_source_id]
type = "file"
include = [ "/tmp/foo.log", "/tmp/bar.log" ] Does this help answer your question? |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
jszwedko
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @kirill-ratkin !
You can provide multiple paths to the
file
source like:Does this help answer your question?