diff --git a/README.md b/README.md index 3bc1923..0fc4b6b 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ The Inbound channel adapter is used to read data from Splunk and output a messag ### Saved search: - + ```xml @@ -86,8 +86,8 @@ The outbound channel adapter requires a child *-writer element which defines rel @@ -98,7 +98,7 @@ The outbound channel adapter requires a child *-writer element which defines rel ```xml @@ -109,30 +109,30 @@ The outbound channel adapter requires a child *-writer element which defines rel ```xml ``` - + *NOTE: The input must exist and be enabled on the server* ### Configuring The Splunk Server connection ```xml -``` - -Additional server properties include (see [splunk](http://docs.splunk.com/Documentation/Splunk/latest) documentation for details): +``` + +Additional server properties include (see [splunk](http://docs.splunk.com/Documentation/Splunk/latest) documentation for details): * app * scheme * scope * owner -The default host is *localhost* and the default port is *8089*. The *timeout* attribute indicates how long to wait for a connection in miliseconds. +The default host is *localhost* and the default port is *8089*. The *timeout* attribute indicates how long to wait for a connection in miliseconds. Development @@ -145,4 +145,4 @@ Development To generate Eclipse metadata (e.g., .classpath and .project files), do the following: - ./gradlew eclipse + ./gradlew eclipse \ No newline at end of file