Influxdb notifications not using the specified http port #15205
-
Version2.4.190 Installation MethodSecurity Onion ISO image Descriptionconfiguration Installation TypeDistributed Locationon-prem with Internet access Hardware SpecsExceeds minimum requirements CPU4 RAM32 Storage for /100 Storage for /nsm1000 Network Traffic Collectionspan port Network Traffic Speeds1Gbps to 10Gbps StatusYes, all services on all nodes are running OK Salt StatusNo, there are no failures LogsNo, there are no additional clues DetailAfternoon. Thanks in advance Guidelines
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
|
Just to add to the above, we have run tcpdump on the manager, and the connection is definitely going to port 80 on the n8n server, not port 81, and we are seeing the 404 not found error coming back from the server. |
Beta Was this translation helpful? Give feedback.
I understand that, more pointing out we only set that port for sending to
influxdb, we don't configure any other ports.It does appear to be something in Influxdb that is setting the default http port to 80, I imagine the default for https is 443 as well. But looking at their documentation it appears your approach to setting the URL is correct based on what I see.