File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ source = restart_output
21
21
disabled = 1
22
22
index = _internal
23
23
sourcetype = restart:output
24
- interval = */2 * * * *
24
+ schedule = */2 * * * *
25
25
source = restart_output
26
26
script = . "$SplunkHome\etc\apps\SplunkForwarderRepairKit\bin\restart.ps1"
27
27
@@ -37,7 +37,6 @@ source = regen_guid_output
37
37
disabled = 1
38
38
index = _internal
39
39
sourcetype = regen_guid:output
40
- interval = -1
41
40
source = regen_guid_output
42
41
script = . "$SplunkHome\etc\apps\SplunkForwarderRepairKit\bin\regenGUID.ps1"
43
42
@@ -53,7 +52,6 @@ source = host_rename_output
53
52
disabled = 1
54
53
index = _internal
55
54
sourcetype = host_rename:output
56
- interval = -1
57
55
source = host_rename_output
58
56
script = . "$SplunkHome\etc\apps\SplunkForwarderRepairKit\bin\hostCorrect.ps1"
59
57
@@ -69,7 +67,6 @@ source = ds_remove_output
69
67
disabled = 1
70
68
index = _internal
71
69
sourcetype = ds_remove:output
72
- interval = -1
73
70
source = ds_remove_output
74
71
script = . "$SplunkHome\etc\apps\SplunkForwarderRepairKit\bin\dsRemove.ps1"
75
72
@@ -86,7 +83,6 @@ source = datetime_correct_output
86
83
disabled = 1
87
84
index = _internal
88
85
sourcetype = datetime_correct:output
89
- interval = -1
90
86
source = datetime_correct_output
91
87
script = . "$SplunkHome\etc\apps\SplunkForwarderRepairKit\bin\dateTimeCorrect.ps1"
92
88
You can’t perform that action at this time.
0 commit comments