Problem:
I have a Script Source and a Script Action Source configured, within my Collector and both are showing a warning icon in the Manage Data > Collection tab and neither are sending data to Sumo Logic. What is the cause of this warning and what should I do?
Cause:
Due to security reasons, with Collector version 19.245-4 or higher, Script Sources and Script Actions are now disabled by default and will need to be specifically enabled on new Collectors. This symptom may also be seen with any SumoJanus applications such as Salesforce, Box, Okta, Active directory, etc. that require a Script Source to be configured to ingest data from those services.
Resolution:
To allow Script Sources and/or script action sources to run, you will need to enable them by setting the Collector parameter enableScriptSource or enableActionSource in the user.properties file of the Collector to true.
enableScriptSource=true
enableActionSource=true
Note: These parameter names are case sensitive and must be supplied in the above camel casing to be recognized.
Once you enable these parameters within the user.properties, restart the collector to apply the configuration change. After applying this change you should no longer see the warning icon in the Collection tab.
Comments
0 comments
Please sign in to leave a comment.