Getting Same Logs while having different ports

I have two logstash conf files.
First one is for filebeat.
input {
beats {
port => 5044
}
}
filter{
......
}
} and the other one is for awx:
input {
tcp {
host => "10.35.110.86"
port => 3310
}
}
But i am getting the same filebeat logs in the other index.

Does this help?

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