Once the collector has been launched, it is important to check if the ingestion is performed in a proper way. To do so, go to the collector’s logs console.
This service has the following components:
| |
---|
Setup | The setup module is in charge of authenticating the service. |
Puller | The setup module is in charge of pulling the data in a organized way and delivering the events via SDK. |
Setup output
A successful run has the following output messages for the setup module:
A successful initial run has the following output messages for the puller module:
Note that the PrePull
action is executed only one time before the first run of the Pull
action.
2024-04-18T16:43:19.427 INFO OutputProcess::MainThread -> DevoSender(lookup_senders,devo_sender_0) -> Starting thread
2024-04-18T16:43:19.427 INFO InputProcess::MainThread -> ColorTokensPuller(colortokens_xshield,123906,alerts,predefined) - Starting thread
2024-04-18T16:43:19.427 INFO OutputProcess::MainThread -> DevoSenderManagerMonitor(lookup_senders,devo_us_1) -> Starting thread (every 300 seconds)
2024-04-18T16:43:19.427 INFO OutputProcess::OutputStandardConsumer(standard_senders_consumer_0) -> [EMERGENCY PERSISTENCE SYSTEM] OutputStandardConsumer(standard_senders_consumer_0) -> Nothing retrieved from the persistence.
2024-04-18T16:43:19.428 INFO OutputProcess::MainThread -> DevoSenderManager(lookup_senders,manager,devo_us_1) -> Starting thread
2024-04-18T16:43:19.428 WARNING InputProcess::ColorTokensPuller(colortokens_xshield,123906,alerts,predefined) -> Waiting until setup will be executed
2024-04-18T16:43:19.428 INFO OutputProcess::DevoSenderManager(lookup_senders,manager,devo_us_1) -> [EMERGENCY PERSISTENCE SYSTEM] DevoSenderManager(lookup_senders,manager,devo_us_1) -> Nothing retrieved from the persistence.
2024-04-18T16:43:19.428 INFO OutputProcess::MainThread -> DevoSender(internal_senders,devo_sender_0) -> Starting thread
2024-04-18T16:43:19.428 INFO OutputProcess::MainThread -> DevoSenderManagerMonitor(internal_senders,devo_us_1) -> Starting thread (every 300 seconds)
2024-04-18T16:43:19.428 INFO OutputProcess::OutputLookupConsumer(lookup_senders_consumer_0) -> [EMERGENCY PERSISTENCE SYSTEM] OutputLookupConsumer(lookup_senders_consumer_0) -> Nothing retrieved from the persistence.
2024-04-18T16:43:19.429 INFO OutputProcess::MainThread -> DevoSenderManager(internal_senders,manager,devo_us_1) -> Starting thread
2024-04-18T16:43:19.429 INFO OutputProcess::DevoSenderManager(internal_senders,manager,devo_us_1) -> [EMERGENCY PERSISTENCE SYSTEM] DevoSenderManager(internal_senders,manager,devo_us_1) -> Nothing retrieved from the persistence.
2024-04-18T16:43:19.429 INFO OutputProcess::OutputInternalConsumer(internal_senders_consumer_0) -> [EMERGENCY PERSISTENCE SYSTEM] OutputInternalConsumer(internal_senders_consumer_0) -> Nothing retrieved from the persistence.
2024-04-18T16:43:19.445 INFO OutputProcess::MainThread -> [GC] global: 44.8% -> 44.8%, process: RSS(42.48MiB -> 42.61MiB), VMS(928.03MiB -> 928.03MiB)
2024-04-18T16:43:19.447 INFO InputProcess::MainThread -> [GC] global: 44.8% -> 44.8%, process: RSS(41.26MiB -> 41.26MiB), VMS(495.76MiB -> 495.76MiB)
2024-04-18T16:43:19.873 INFO OutputProcess::DevoSender(internal_senders,devo_sender_0) -> Created a sender: {"name": "DevoSender(internal_senders,devo_sender_0)", "url": "collector-eu.devo.io:443", "chain_path": "/home/mdtausif/Gitlab/devo-collector-colortokens-xshield/certs/chain.crt", "cert_path": "/home/mdtausif/Gitlab/devo-collector-colortokens-xshield/certs/int-if-integrations-india.crt", "key_path": "/home/mdtausif/Gitlab/devo-collector-colortokens-xshield/certs/int-if-integrations-india.key", "transport_layer_type": "SSL", "last_usage_timestamp": null, "socket_status": null}, hostname: "2023-apac-0046", session_id: "136151882455552"
2024-04-18T16:43:20.829 INFO InputProcess::ColorTokensPullerSetup(colortokens_xshield_collector,colortokens_xshield#123906,alerts#predefined) -> Setup for module <ColorTokensPuller> has been successfully executed
After a successful collector’s execution (that is, no error logs found), you will see the following log message:
2024-04-18T16:43:23.820 INFO InputProcess::ColorTokensPuller(colortokens_xshield,123906,alerts,predefined) -> (Partial) Statistics for this pull cycle (@devo_pulling_id=1713438801430):Number of requests made: 1; Number of events received: 18; Number of duplicated events filtered out: 0; Number of events generated and sent: 18; Average of events per second: 7.549.