-
Notifications
You must be signed in to change notification settings - Fork 180
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rename modinput to mod_input to avoid functional test fail
- Loading branch information
Lynch Wu
committed
May 10, 2019
1 parent
1ef740f
commit 8f2dc47
Showing
7 changed files
with
8 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,6 +21,7 @@ eventgen_wsgi.conf | |
**/*.tgz | ||
.cache | ||
*.xml | ||
!tests/large/splunk/input.xml | ||
dist | ||
_book | ||
*.result | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
<?xml version="1.0" encoding="UTF-8"?><input> <server_host>tiny</server_host> <server_uri>https://127.0.0.1:8089</server_uri> <session_key>fXhJvxJRjP^7Vamh5^ZL^QIH^gdTSbtMzTw71DHdyhvGME5bZdntqBiDy2vDl2WQ6ey1s6EzkU1LT8yU30kS_gNWh5bJjabd2bs0Z6Ab04Gq7F1Buc6vGv0FeGFH</session_key> <checkpoint_dir>/opt/splunk</checkpoint_dir> <configuration> <stanza name="eventgen"> <param name="disabled">0</param> <param name="index">main</param> </stanza> </configuration></input> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters