Reference

How Extractors work?

How Bloo extracts relevant data from incoming events using extractors.

Updated 2026-08-17


How Extractors work?

On adding a new extractor, Bloo performs the following functions to extract relevant data from the incoming events.

  • The extractor database is rebuilt as per the newly added extractor and the Adapter pipeline is restarted.
  • First, the master filter is validated and if a match is found the extractor is identified and applied to the incoming log source.
  • The event is passed on to the first match. If the first match is found, then the event is routed to the appropriate event key for appropriate annotation and translation. Here, the event is annotated to a particular stream based on the event type, and relevant fields are extracted to the standard Bloo Data Model. The event is tagged as PAD (Parsed as desired).
  • If the event doesn't match the master filter, then it will not be parsed and will be tagged as NLF (No Log Found ).
  • If an event matches the master filter and encounters any errors during field extraction, the event is tagged as PER (Parsing Error).
  • If the event key doesn't match after matching the master filter and first match, then the event will be tagged as OTHER events (if configured in the fallback clause).

Related

Was this page helpful?

We use cookies to provide essential site functionality and, with your consent, to analyze site usage and enhance your experience. View our Privacy Policy