Skip to content

Commit 59b5e28

Browse files
author
David Noble
committed
Merge branch 'develop-1.2.0' of https://github.com/splunk/splunk-sdk-python into develop-1.2.0
2 parents fb507c0 + e76302b commit 59b5e28

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

tests/modularinput/data/event_maximal.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<event stanza="fubar" unbroken="1">
22
<time>1372274622.493</time>
33
<source>hilda</source>
4-
<sourceType>misc</sourceType>
4+
<sourcetype>misc</sourcetype>
55
<index>main</index>
66
<host>localhost</host>
77
<data>This is a test of the emergency broadcast system.</data>

tests/modularinput/data/stream_with_one_event.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<event stanza="fubar" unbroken="1">
33
<time>1372275124.466</time>
44
<source>hilda</source>
5-
<sourceType>misc</sourceType>
5+
<sourcetype>misc</sourcetype>
66
<index>main</index>
77
<host>localhost</host>
88
<data>This is a test of the emergency broadcast system.</data>

tests/modularinput/data/stream_with_two_events.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<event stanza="fubar" unbroken="1">
33
<time>1372275124.466</time>
44
<source>hilda</source>
5-
<sourceType>misc</sourceType>
5+
<sourcetype>misc</sourcetype>
66
<index>main</index>
77
<host>localhost</host>
88
<data>This is a test of the emergency broadcast system.</data>
@@ -11,7 +11,7 @@
1111
<event stanza="fubar" unbroken="1">
1212
<time>1372275124.466</time>
1313
<source>hilda</source>
14-
<sourceType>misc</sourceType>
14+
<sourcetype>misc</sourcetype>
1515
<index>main</index>
1616
<host>localhost</host>
1717
<data>This is a test of the emergency broadcast system.</data>

0 commit comments

Comments
 (0)