Old Log firewall local

  1. Create new Input (Raw TCP). For example it will listen on 1.2.3.4:1234
  2. Then just send content of your log to this destination.
    Basically you can do it by
    cat your.log | netcat 1.2.3.4 1234
1 Like