ipv6 on AWS
Posted: Fri Sep 13, 2019 12:23 am
Added a new input and nothing was coming in.
looking tcpdump, tcpdump port 2060, yes there is traffic
looking logstash logs, nothing wrong
looking netstat
root@ip-10-247-0-158:/home/ubuntu# netstat -an | grep 2060
tcp6 0 0 :::2060 :::* LISTEN
There is it, the new port bound to the ipv6 port only
Select 'configure' from the main menu. This line is in blue in the main window.
This one only shows the 'tcp' connections after I removed the ipv6.
But that ipv6 was a sneaky thing.
Logstash is currently collecting locally on: 10.247.0.158 tcp: 2060, 3515, 2056, 5544, 2057udp: 5544
Double check:
root@ip-10-247-0-158:/home/ubuntu# netstat -an | grep 2060
tcp 0 0 0.0.0.0:2060 0.0.0.0:* LISTEN
All good.
Watch for the ipv6 in new deployments.
Cheers
looking tcpdump, tcpdump port 2060, yes there is traffic
looking logstash logs, nothing wrong
looking netstat
root@ip-10-247-0-158:/home/ubuntu# netstat -an | grep 2060
tcp6 0 0 :::2060 :::* LISTEN
There is it, the new port bound to the ipv6 port only
Select 'configure' from the main menu. This line is in blue in the main window.
This one only shows the 'tcp' connections after I removed the ipv6.
But that ipv6 was a sneaky thing.
Logstash is currently collecting locally on: 10.247.0.158 tcp: 2060, 3515, 2056, 5544, 2057udp: 5544
Double check:
root@ip-10-247-0-158:/home/ubuntu# netstat -an | grep 2060
tcp 0 0 0.0.0.0:2060 0.0.0.0:* LISTEN
All good.
Watch for the ipv6 in new deployments.
Cheers