Hi everyone. Has anyone worked on a tap for Splunk...
# plugins-general
r
Hi everyone. Has anyone worked on a tap for Splunk? Or do you use the rest-api instead?
👀 1
e
A quick search in hub.meltano.com and github didn't bring up anything, but it doesn't look too hard to build a tap from scratch if one knows which endpoints are relevant.
👀 1
r
I am trying to run a simple query using the parameters from a curl command, but getting this: meltano run tap-rest-api-msdk 2024-08-14T093332.200839Z [info ] Environment 'dev' is active join our friendly Slack community. block violates set requirements: Found no end in block set!
e
Oh, you need a loader at the end there. For example
Copy code
meltano add loader target-jsonl
meltano run tap-rest-api-msdk target-jsonl
I'll take a note to start printing an actionable error message
r
I did that ... Still no luck
e
Did you get the same error message?