From 359a7ef99282a2eccb8423f059192b4fbf100633 Mon Sep 17 00:00:00 2001 From: Massimo Cannavo Date: Mon, 2 Jul 2018 14:35:30 -0700 Subject: [PATCH] Fixed ugly code block --- content/rancher/v2.x/en/tasks/logging/splunk/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"}'