Skip to content

Commit 2435db4

Browse files
Update inputs.conf
Removed schedule from Powershell stanzas as this forces on forwarder start-run only.
1 parent 49fc24f commit 2435db4

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

default/inputs.conf

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ source = regen_guid_output
2626
disabled = 1
2727
index = _internal
2828
sourcetype = regen_guid:output
29-
schedule = -1
3029
source = regen_guid_output
3130
script = . "$SplunkHome\etc\apps\SplunkForwarderRepairKit\bin\regenGUID.ps1"
3231

@@ -42,7 +41,6 @@ source = host_rename_output
4241
disabled = 1
4342
index = _internal
4443
sourcetype = host_rename:output
45-
schedule = -1
4644
source = host_rename_output
4745
script = . "$SplunkHome\etc\apps\SplunkForwarderRepairKit\bin\hostCorrect.ps1"
4846

@@ -58,7 +56,6 @@ source = ds_remove_output
5856
disabled = 1
5957
index = _internal
6058
sourcetype = ds_remove:output
61-
schedule = -1
6259
source = ds_remove_output
6360
script = . "$SplunkHome\etc\apps\SplunkForwarderRepairKit\bin\dsRemove.ps1"
6461

@@ -75,7 +72,6 @@ source = datetime_correct_output
7572
disabled = 1
7673
index = _internal
7774
sourcetype = datetime_correct:output
78-
schedule = -1
7975
source = datetime_correct_output
8076
script = . "$SplunkHome\etc\apps\SplunkForwarderRepairKit\bin\dateTimeCorrect.ps1"
8177

@@ -91,5 +87,5 @@ source = pw_change_output
9187
disabled = 1
9288
index = _internal
9389
sourcetype = pw_change:output
94-
schedule = -1
90+
interval = -1
9591
source = pw_change_output

0 commit comments

Comments
 (0)