The search didn’t yield specific results for setting up Splunk logging for Prefect. However, the closest I found are generic integrations and logging setup links that can guide you toward creating custom solutions. Here are some resources:
1.
Prefect Integrations Guide: This document covers various integrations which might help you find clues about Splunk or other logging options.
2.
Prefect Logging Setup: This document provides an example of logging within Prefect. You can adapt this for Splunk.
For a specific setup to log Prefect flow service logs into Splunk, you might need to implement a custom logging handler in Python and configure it within your Prefect flow.
Would you like to explore more specific or related topics?