- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Anmar0293
Path Finder
06-05-2019
09:41 AM
I have applied the curl statement to create a Splunk Kafka connector which is working, but how do I list all the connectors who are running at the moment?
For example, this curl connector's name is "test" but I have 4 others and I forgot the names.
How do I list them, and stop them or activate them if I don't know the names?
curl localhost:8083/connectors -X POST -H "Content-Type: application/json" -d '{
"name": "test",
"config": {
"connector.class": "com.splunk.kafka.connect.SplunkSinkConnector",
"tasks.max": "3",
"splunk.indexes": "test",
"splunk.sources": "test",
"topics":"cisco-jtapi",
"splunk.hec.uri": "HTTP:8088",
"splunk.hec.token": "DUMMY TOPIC",
"splunk.hec.raw": "false",
"splunk.hec.ack.enabled":"false",
"splunk.hec.ssl.validate.certs": "false",
"splunk.hec.json.event.formatted": "true"
}
}'
1 Solution
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Anmar0293
Path Finder
06-05-2019
01:31 PM
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Anmar0293
Path Finder
06-05-2019
01:31 PM
