INFO MainProcess::MainThread -> Added "/path/to/collector/devo-collector-proofpoint-casb" directory to the Python path
INFO MainProcess::MainThread -> Added "/path/to/collector/devo-collector-proofpoint-casb/config_internal" directory to the Python path
INFO MainProcess::MainThread -> Added "/path/to/collector/devo-collector-proofpoint-casb/schemas" directory to the Python path
INFO MainProcess::MainThread -> Production mode: False, execute only setup and exit: False, Python version: "3.9.12 (main, Mar 31 2022, 09:38:33) [GCC 9.4.0]", current dir: "/path/to/collector/devo-collector-proofpoint-casb", exists "config" dir: True, exists "config_internal" dir: True, exists "certs" dir: True, exists "schemas" dir: True, exists "credentials" dir: True
INFO MainProcess::MainThread -> Loading configuration using the following files: {"full_config": "config.yaml", "job_config_loc": null, "collector_config_loc": null}
INFO MainProcess::MainThread -> Using the default location for "job_config_loc" file: "/etc/devo/job/job_config.json"
INFO MainProcess::MainThread -> "/etc/devo/job" does not exists
INFO MainProcess::MainThread -> Using the default location for "collector_config_loc" file: "/etc/devo/collector/collector_config.json"
INFO MainProcess::MainThread -> "/etc/devo/collector" does not exists
INFO MainProcess::MainThread -> Results of validation of config files parameters: {"config": "/path/to/collector/devo-collector-proofpoint-casb/config/config.yaml", "config_validated": True, "job_config_loc": "/etc/devo/job/job_config.json", "job_config_loc_default": True, "job_config_loc_validated": False, "collector_config_loc": "/etc/devo/collector/collector_config.json", "collector_config_loc_default": True, "collector_config_loc_validated": False}
INFO MainProcess::MainThread -> Build time: "UNKNOWN", OS: "Linux-5.14.0-1055-oem-x86_64-with-glibc2.31", collector(name:version): "example_collector:1.0.0", owner: "integrations_factory@devo.com", started at: "2023-01-16T14:23:08.949573Z"
INFO MainProcess::MainThread -> Initialized all object from "MainProcess" process
INFO MainProcess::MainThread -> OutputProcess - Starting thread (executing_period=120s)
INFO MainProcess::MainThread -> InputProcess - Starting thread (executing_period=120s)
INFO OutputProcess::MainThread -> Process started
INFO MainProcess::MainThread -> Started all object from "MainProcess" process
INFO InputProcess::MainThread -> Process Started
INFO MainProcess::CollectorThread -> global_status: {"main_process": {"process_id": 40785, "process_status": "sleeping", "thread_counter": 5, "thread_names": ["MainThread", "QueueFeederThread", "OutputControllerThread", "InputControllerThread", "CollectorThread"], "memory_info": {"rss": "51.66MiB", "vms": "360.71MiB", "shared": "14.20MiB", "text": "2.19MiB", "lib": "0.00B", "data": "69.29MiB", "dirty": "0.00B"}, "CollectorThread": {"running_flag": true, "status": "RUNNING(10)", "shutdown_timestamp": "None", "message_queues": {"standard": {"name": "standard_queue_multiprocessing", "max_size_in_messages": 10000, "max_size_in_mb": 1024, "max_wrap_size_in_items": 100, "current_size": 0, "put_lock": "<Lock(owner=None)>", "input_lock": "<multiprocessing.synchronize.Event object at 0x7fb54cf908e0>"}, "lookup": {"name": "lookup_queue_multiprocessing", "max_size_in_messages": 10000, "max_size_in_mb": 1024, "max_wrap_size_in_items": 100, "current_size": 0, "put_lock": "<Lock(owner=None)>", "input_lock": "<multiprocessing.synchronize.Event object at 0x7fb54cf34280>"}, "internal": {"name": "internal_queue_multiprocessing", "max_size_in_messages": 10000, "max_size_in_mb": 1024, "max_wrap_size_in_items": 100, "current_size": 2, "put_lock": "<Lock(owner=SomeOtherProcess)>", "input_lock": "<multiprocessing.synchronize.Event object at 0x7fb54cf39b80>"}}, "controllers": {"InputControllerThread": {"running_flag": true, "status": "RUNNING(10)", "underlying_process": {"process_id": 40793, "process_status": "running", "num_threads": 2, "memory_info": {"rss": "41.92MiB", "vms": "216.70MiB", "shared": "4.51MiB", "text": "2.19MiB", "lib": "0.00B", "data": "53.03MiB", "dirty": "0.00B"}, "exit_code": null}}, "OutputControllerThread": {"running_flag": true, "status": "RUNNING(10)", "underlying_process": {"process_id": 40791, "process_status": "running", "num_threads": 1, "memory_info": {"rss": "40.88MiB", "vms": "144.70MiB", "shared": "3.46MiB", "text": "2.19MiB", "lib": "0.00B", "data": "44.90MiB", "dirty": "0.00B"}, "exit_code": null}}}}}}
INFO InputProcess::MainThread -> ProofpointCasbEventsPuller(proofpoint_casb,proofpoint_casb_1,events,predefined) Starting the execution of init_variables()
INFO InputProcess::MainThread -> Validating service metadata
INFO InputProcess::MainThread -> Validating defined module definition
INFO InputProcess::MainThread -> <rate_limiter> setting has been accepted with the content {'period_in_seconds': 1, 'requests_limit_in_units': 1}
WARNING InputProcess::MainThread -> The rate_limiter object has been overridden with the following config: {'period_in_seconds': 1, 'requests_limit_in_units': 1}
INFO InputProcess::MainThread -> Validating common input config
INFO InputProcess::MainThread -> Validating service input config
INFO InputProcess::MainThread -> Running overriding rules
INFO InputProcess::MainThread -> Validating the rate limiter config given by the user
INFO InputProcess::MainThread -> <rate_limiter> setting has been accepted with the content {'period_in_seconds': 1, 'requests_limit_in_units': 1}
WARNING InputProcess::MainThread -> The rate_limiter object has been overridden with the following config: {'period_in_seconds': 1, 'requests_limit_in_units': 1}
INFO InputProcess::MainThread -> Adding raw config to the collector store
INFO InputProcess::MainThread -> Running custom validation rules
INFO InputProcess::MainThread -> <rate_limiter> setting has been accepted with the content {'period_in_seconds': 1, 'requests_limit_in_units': 1}
WARNING InputProcess::MainThread -> The rate_limiter object has been overridden with the following config: {'period_in_seconds': 1, 'requests_limit_in_units': 1}
INFO InputProcess::MainThread -> ProofpointCasbEventsPuller(proofpoint_casb,proofpoint_casb_1,events,predefined) Finalizing the execution of init_variables()
INFO OutputProcess::MainThread -> DevoSender(standard_senders,devo_sender_0) -> Starting thread
INFO OutputProcess::MainThread -> DevoSenderManagerMonitor(standard_senders,devo_1) -> Starting thread (every 300 seconds)
INFO OutputProcess::MainThread -> DevoSenderManager(standard_senders,manager,devo_1) -> Starting thread
INFO OutputProcess::MainThread -> DevoSender(lookup_senders,devo_sender_0) -> Starting thread
INFO OutputProcess::MainThread -> DevoSenderManagerMonitor(lookup_senders,devo_1) -> Starting thread (every 300 seconds)
INFO OutputProcess::MainThread -> DevoSenderManager(lookup_senders,manager,devo_1) -> Starting thread
INFO OutputProcess::MainThread -> DevoSender(internal_senders,devo_sender_0) -> Starting thread
INFO OutputProcess::MainThread -> DevoSenderManagerMonitor(internal_senders,devo_1) -> Starting thread (every 300 seconds)
INFO OutputProcess::MainThread -> DevoSenderManager(internal_senders,manager,devo_1) -> Starting thread
INFO InputProcess::MainThread -> InputThread(proofpoint_casb,proofpoint_casb_1) - Starting thread (execution_period=60s)
INFO InputProcess::MainThread -> ServiceThread(proofpoint_casb,proofpoint_casb_1,events,predefined) - Starting thread (execution_period=60s)
INFO InputProcess::MainThread -> ProofpointCasbPullerSetup(example_collector,proofpoint_casb#proofpoint_casb_1,events#predefined) -> Starting thread
INFO InputProcess::MainThread -> ProofpointCasbEventsPuller(proofpoint_casb,proofpoint_casb_1,events,predefined) - Starting thread
WARNING InputProcess::ProofpointCasbEventsPuller(proofpoint_casb,proofpoint_casb_1,events,predefined) -> Waiting until setup will be executed
INFO OutputProcess::MainThread -> [GC] global: 33.0% -> 33.1%, process: RSS(43.99MiB -> 45.91MiB), VMS(938.00MiB -> 938.00MiB)