All,
First hour using Sublime here. Looks cool. What brought me here is the Splunk plug in. The plug in is great but one minor tweak. We need to have every line of configuration that does not start with a open bracket “[” spaces 2 times by our company standard.
So basically
#don’t want
[script://.\bin\winfim.exe scan]
index=compliance
sourcetype=winfim
interval = 240
# want
[script://.\bin\winfim.exe init]
index=compliance
sourcetype=winfim
interval = 120
Any idea how I could do this?