Skip to main content

Is there any article /guide on how to update this?


This is from dataflow job for pubsub to splunk -Log ingestion. Checking on Learn More link, I didn't find anything useful.


 



 

I have created a parallel job with latest version of SDK with the similar configuration but dataflow worker is not writing log to Splunk

Showing the error -

Error writing to Splunk. StatusCode: 0, content: hec-xyz.com: Name or service not known, StatusMessage: null

 

Anyone encountered with this error?

 

Google team experts?

.

 


Hi @atul_shal,


Hopefully an expert will weigh in soon, but here are some resources you might find helpful:



  • Google Cloud Dataflow Documentation: The official documentation provides insights into common networking requirements, firewall configuration, and Splunk integration best practices. https://cloud.google.com/dataflow

  • Splunk Knowledge Base: Splunk documentation addresses configuration of the HTTP Event Collector (HEC), token management, and potential troubleshooting scenarios. https://docs.splunk.com/


I have created a parallel job with latest version of SDK with the similar configuration but dataflow worker is not writing log to Splunk

Showing the error -

Error writing to Splunk. StatusCode: 0, content: hec-xyz.com: Name or service not known, StatusMessage: null

 

Anyone encountered with this error?

 

Google team experts?

.

 


Possibly dependencies issues during upgrade of the sdk, Can you try running 


sudo apt-get -f install

 To download and install linux packages that might help with the dependencies. 


Reply