-
Wanted to see what I was doing wrong on this config. I'm trying to move the raw evtx files from the windows host to the linux host (I tried doing this locally using the "file" type and it worked as expected). Now i'm trying to move it over via vector and I'm getting this error below. Any help is appreciated. I double checked the firewall rules and port 6000 and port 9000 are allowed. source{component_kind="source" component_id=vector_windows_application_evtx component_type=vector component_name=vector_windows_application_evtx}: vector::sources::vector::v2: Source future failed. error=TCP bind failed: Cannot assign requested address (os error 99) Windows: [sinks.inputs_application] #[sinks.inputs_application.encoding] linux: [sinks.vector_windows_application] [sinks.vector_windows_application.encoding] |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi @umpa385 ! That error indicates that Vector cannot bind to the configured address. Have you verified that the IP you are using is bindable by Vector? You could also try binding to 0.0.0.0 which will bind to all interfaces. |
Beta Was this translation helpful? Give feedback.
Hi @umpa385 !
That error indicates that Vector cannot bind to the configured address. Have you verified that the IP you are using is bindable by Vector? You could also try binding to 0.0.0.0 which will bind to all interfaces.