How often do scripted inputs execute? I want to implement some of these for exchange, but concerned that they will continually execute and cause performance impact.
Scripted inputs
[script://.\bin\exchangepowershell.cmd v14 get-publicfolderstats_2010.ps1] [script://.\bin\exchangepowershell.cmd v14 get-databasestats_2010.ps1] [script://.\bin\exchangepowershell.cmd v14 get-folderstats_2010.ps1] [script://.\bin\exchangepowershell.cmd v14 get-distlists_2010_2013.ps1] [script://.\bin\exchangepowershell.cmd v14 get-hoststats_2010_2013.ps1] [script://.\bin\exchangepowershell.cmd v14 read-audit-logs_2010_2013.ps1] [script://.\bin\exchangepowershell.cmd v14 read-mailbox-audit-logs_2010_2013.ps1] [script://.\bin\exchangepowershell.cmd v14 get-mailboxstats_2010_2013.ps1] [script://.\bin\exchangepowershell.cmd v14 get-inboxrules_2010_2013.ps1]
Link to TA
https://docs.splunk.com/Documentation/AddOns/released/MSExchange/TA-Mailboxinputs
Scripted inputs run as often as specified by the INTERVAL setting in inputs.conf. If not specified, the script will run every minute. See https://docs.splunk.com/Documentation/Splunk/9.0.4/Admin/Inputsconf#Scripted_Input::~:text=ignores%2...
Scripted inputs run as often as specified by the INTERVAL setting in inputs.conf. If not specified, the script will run every minute. See https://docs.splunk.com/Documentation/Splunk/9.0.4/Admin/Inputsconf#Scripted_Input::~:text=ignores%2...