Getting two inputs (from beats and from a file)

Hi, how can I get input from two sources, from some file, and from beats?

Here is what I did

input {
  file{
    path => "/var/example/exampleFile.txt"
  }
  beats {
    port => 5044
  }
}

Hi,

This should work.

1 Like

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.