Skip to content

Commit dc642e6

Browse files
reset to default helper values
1 parent c5e5e63 commit dc642e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

splunk_em.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
import input_module_intersight
88

9-
load_dotenv('_richfield.env')
9+
load_dotenv('_example.env')
1010

1111
# This code allows us to execute the input for testing without needing additional code from splunk
1212
# by providing a minimal sub-out of the two classes that splunk passes to the input
@@ -36,7 +36,7 @@ def get_arg(self, arg_name):
3636
basic = {'advisories', 'compute', 'contract', 'network', 'target', 'license'}
3737
hyperflex = {'compute', 'hyperflex'}
3838
thirdpartystorage = {'pure', 'netapp', 'hitachi'}
39-
return none
39+
return all
4040

4141
# this function provides the input name
4242
def get_input_stanza(self):

0 commit comments

Comments
 (0)