diff --git a/content/rancher/v2.x/en/tasks/logging/splunk/_index.md b/content/rancher/v2.x/en/tasks/logging/splunk/_index.md index be122c3a572..8c54b33eb7d 100755 --- a/content/rancher/v2.x/en/tasks/logging/splunk/_index.md +++ b/content/rancher/v2.x/en/tasks/logging/splunk/_index.md @@ -83,7 +83,7 @@ To view the actual logs click on the source that you declared earlier You can use curl to see if **HEC** is listening for HTTP event data. -```bash +``` $ curl http://splunk-server:8088/services/collector/event \ -H 'Authorization: Splunk 8da70994-b1b0-4a79-b154-bfaae8f93432' \ -d '{"event": "hello world"}'