Hi,
I have been working on Splunk-Zipkin integration.
What I have done so far are:
Distributed tracing between Spring Boot(Cloud Sleuth) apps and Zipkin server : i could see span Id and Trace Id through Zipkin
Connection between Spring Boot (Cloud Sleuth) apps and Splunk Enterprise (local) using HTTP Collector : I could see logs through Splunk
But What I wanted to know is that if I can connect Zipkin and Splunk so that the flow will look like
[ Spring boot Apps -> Zipkin -> Splunk]
not
[ Spring boot Apps -> Zipkin]
[ Spring boot Apps -> Splunk]
Is there any tutorial or documentation about this?
Thank you
... View more