| | | | |
---|
InitVariablesError | | module_properties" setting from "module_definition" has not been found in <collector_definitions> file. This setting is mandatory. Execution aborted
| This error is raised when module_properties property is not found in collector_definitions.yaml . | This is an internal issue. Contact with Devo Support team. |
| module_properties" setting from "module_definition" section in <collector_definitions> file should be a <dict> instance not <{type(module_properties)}>. Execution aborted.
| This error is raised when module_properties is defined in collector_definitions.yaml but the format is not dict . | This is an internal issue. Contact with Devo Support team. |
| "base_tag" setting has not been found as key of base_tag. This setting is mandatory in collector_definitions. Execution aborted.
| This error is raised when base_tag property is not found in collector_definitions.yaml . | This is an internal issue. Contact with Devo Support team. |
| "base_tag" setting should be a str instance not base_tag. Execution aborted.
| This error is raised when base_tag is defined in collector_definitions.yaml but the format is not str | This is an internal issue. Contact with Devo Support team. |
| "files_per_request" setting has not been found as key of files_per_request. This setting is mandatory in collector_definitions. Execution aborted.
| This error is raised when files_per_request property is not found in collector_definitions.yaml . | This is an internal issue. Contact with Devo Support team. |
| "files_per_request" setting should be a int instance not files_per_request. Execution aborted.
| This error is raised when files_per_request is defined in collector_definitions.yaml but the format is not int | This is an internal issue. Contact with Devo Support team. |
| "files_per_request" cannot be less than 0. Change value of the "files_per_request" in the configuration to a number greater than or equal to 0
| This error is raised when files_per_request is defined in collector_definitions.yaml but is less than 0 . | This is an internal issue. Contact with Devo Support team. |
| "kognos_categorization" setting has not been found as key of kognos_categorization. This setting is mandatory in collector_definitions. Execution aborted.
| This error is raised when kognos_categorization property is not found in collector_definitions.yaml . | This is an internal issue. Contact with Devo Support team. |
| "kognos_categorization" setting should be a bool instance not kognos_categorization. Execution aborted.
| This error is raised when kognos_categorization is defined in collector_definitions.yaml but the format is not bool | This is an internal issue. Contact with Devo Support team. |
| "kognos_alerts_tag" setting has not been found as key of kognos_alerts_tag. This setting is mandatory in collector_definitions. Execution aborted.
| This error is raised when kognos_alerts_tag property is not found in collector_definitions.yaml . | This is an internal issue. Contact with Devo Support team. |
| "kognos_alerts_tag" setting should be a str instance not kognos_alerts_tag. Execution aborted.
| This error is raised when kognos_alerts_tag is defined in collector_definitions.yaml but the format is not str | This is an internal issue. Contact with Devo Support team. |
| "kognos_events_tag" setting has not been found as key of kognos_events_tag. This setting is mandatory in collector_definitions. Execution aborted.
| This error is raised when kognos_events_tag property is not found in collector_definitions.yaml . | This is an internal issue. Contact with Devo Support team. |
| "kognos_events_tag" setting should be a str instance not kognos_events_tag. Execution aborted.
| This error is raised when kognos_events_tag is defined in collector_definitions.yaml but the format is not str | This is an internal issue. Contact with Devo Support team. |
| "credentials" setting from "input_config" has not been found in configuration file. This setting is mandatory. Execution aborted.
| This error is raised when the required property credentials is not found in the configuration file . | Add credentials dictionary in the configuration file , including client_id and client_secret fields. |
| "credentials" setting from "input_config" section in configuration file should be a <dict> instance not <{type(credentials)}>. Execution aborted.
| This error is raised when credentials is defined in theconfiguration file but the format is not dict . | Edit the value of credentials in the configuration file so it is of type dict . |
| "aws_accesskey" setting has not been found as key of aws_accesskey. This setting is mandatory in configuration file. Execution aborted.
| This error is raised when the required property aws_accesskey is not found in the configuration file , into credentials dictionary. | Add aws_accesskey property in the configuration file , into credentials dictionary. |
| "aws_accesskey" setting should be a str instance not aws_accesskey. Execution aborted.
| This error is raised when aws_accesskey is defined in the configuration file but the format is not str . | Edit the value of aws_accesskey in the configuration file , into credentials dictionary, so it is of type str . |
| "aws_secretkey" setting has not been found as key of aws_secretkey. This setting is mandatory in configuration file. Execution aborted.
| This error is raised when the required property aws_secretkey is not found in the configuration file , into credentials dictionary. | Add aws_secretkey property in the configuration file , into credentials dictionary. |
| "aws_secretkey" setting should be a str instance not aws_secretkey. Execution aborted.
| This error is raised when aws_secretkey is defined in theconfiguration file but the format is not str . | Edit the value of aws_secretkey in theconfiguration file , into credentials dictionary, so it is of type str . |
| "org_key" setting has not been found as key of org_key. This setting is mandatory in configuration file. Execution aborted.
| This error is raised when the required property org_key is not found in the configuration file , into credentials dictionary. | Add org_key property in the configuration file , into credentials dictionary. |
| "org_key" setting should be a str instance not org_key. Execution aborted.
| This error is raised when org_key is defined in the configuration file but the format is not str . | Edit the value of org_key in the configuration file , into credentials dictionary, so it is of type str . |
| "services" setting from "input_config" has not been found in configuration file. This setting is mandatory. Execution aborted.
| This error is raised when the required property services is not found in the configuration file . | Add services dictionary in the configuration file . |
| "services" setting from "input_config" section in {user_config} file should be a <dict> instance 'f'not <{type(services)}>. Execution aborted.
| This error is raised when services is defined in the configuration file but the format is not dict . | Edit the value of services in the configuration file so it is of type dict . |
| override_files_per_request" setting from "services" section in {user_config} file should be a <int> instance not <{type(override_files_per_request)}>. Execution aborted.
| This error is raised when optional value override_files_per_request added in the configuration file is not of type int . | Edit the value of override_files_per_request in the configuration file so it is of type int . |
| "override_devo_tag" setting from "services" section in {user_config} file should be a <str> instance not <{type(override_devo_tag)}>. Execution aborted.
| This error is raised when optional value override_devo_tag added in the configuration file is not of type str . | Edit the value of override_devo_tag in the configuration file so it is of type str . |
| "override_kognos_categorization" setting from "services" section in {service_config} file should be a <bool> instance not <{type(override_devo_tag)}>. Execution aborted.
| This error is raised when optional value override_kognos_categorization added in the configuration file is not of type str . | Edit the value of override_kognos_categorization in theconfiguration file so it is of type str . |
| "aws_region" setting should be a str instance not aws_region. Execution aborted.
| This error is raised when the required property aws_region is not found in the configuration file . | Add aws_region property in config.json. . |
| "aws_region" setting has not been found as key of aws_region. This setting is mandatory in configuration file. Execution aborted.
| This error is raised when aws_region is defined in the configuration file but the format is not str . | Edit the value of aws_region in the configuration file so it is of type str . |
| "bucket_name" setting should be a str instance not bucket_name. Execution aborted.
| This error is raised when the required property bucket_name is not found in the configuration file . | Add bucket_name property in the configuration file . |
| "bucket_name" setting has not been found as key of bucket_name. This setting is mandatory in configuration file. Execution aborted.
| This error is raised when bucket_name is defined in the configuration file but the format is not str . | Edit the value of bucket_name in theconfiguration file so it is of type str . |
| "queue_name" setting should be a str instance not queue_name. Execution aborted.
| This error is raised when the required property queue_name is not found in the configuration file . | Add queue_name property in config.json. . |
| "queue_name" setting has not been found as key of queue_name. This setting is mandatory in configuration file. Execution aborted.
| This error is raised when queue_name is defined in theconfiguration file but the format is not str . | Edit the value of queue_name in the configuration file so it is of type str . |
SetupError | | There was an error reaching the AWS server.
| This error is raised when an error occurred connecting to the AWS server. | Check that the internet connection is working properly. If the problem persists contact with Devo Support team. |
| <error_message>
| This error is raised when a 401 API code is raised. If you've just logged in and received the 401 unauthorized error, it means that the credentials you entered were invalid for some reason | Check that the credentials are correct. If the problem persists contact with Devo Support team. |
| <error_message>
| This error is raised when an unknown HTTP error occurs. | Contact with Devo Support team. |
| The desired bucket has not been configured to send its events to <queue_name> Queue. Please configure this in the Bucket options before running the collector.
| This error is raised when the s3 bucket is not configured to send events to the AWS queue. | Configure the s3 bucket not to send events to the AWS queue. |
| <error_message>
| This error is raised when a 413 API code is raised, it occurs when the size of a client's request exceeds the server's file size limit. | Contact with Devo Support team. |
| There are no folders in the S3 bucket that match the org key provided.
| This error is raised when the org_key does not match the key of the queue files. | Set a correct org_key in the org_key parameter of the configuration file. |
| Unable to get QueueConfigurations from bucket. Please configure the S3 trigger by selecting the S3 bucket you created earlier'
| This error is raised when S3 trigger is not configured to receive bucket configurations. | Configure the S3 trigger to activate QueueConfigurations. |