Skip to main content
Question

Compare what Bindplane is reporting vs. what the SIEM is getting.

  • August 13, 2026
  • 1 reply
  • 38 views

Stevedbartlett

Hello community, question around the sampling for the Bindplane ingestion rate per hour, (last 10 minutes then multiply by 6)?

For example, a single source in Bindplane is reporting 389 G/h, however this is not shown in the SIEM, (or I should say I can’t find it in the various dashboards). I understand that some traffic can be dropped because of parsing failures or ingestion issues etc.. To address this issue, I’m thinking of creating a dashboard that will list ingestion by source, is there anyone out there that has encountered this question before and can provide some insight? Basically, I need a way to compare what Bindplane is reporting vs. what the SIEM is getting. Thanks, Steve     

1 reply

thineth_dasun
Forum|alt.badge.img+6

Hi ​@Stevedbartlett ,

 

Great question — Bindplane’s ingestion metrics can sometimes look different from what you see in the SIEM dashboards, and you’re right to want a way to reconcile the two.

Why the numbers differ

  • Sampling method → Bindplane reports ingestion rate by sampling the last 10 minutes and multiplying by 6. This is an estimate, not a guaranteed exact count.

  • Parsing failures → Some events may be dropped if they fail schema validation or parsing.

  • Ingestion pipeline issues → Network latency, buffer overflow, or connector throttling can reduce what actually reaches the SIEM.

  • Dashboard aggregation → SIEM dashboards often aggregate by event type or normalized fields, so raw ingestion counts may not appear directly.

Practical approaches

  1. Create a custom dashboard

    • Build a widget that lists Bindplane ingestion by source alongside SIEM event counts.

    • This gives you a side‑by‑side comparison.

  2. Use ingestion logs

    • Bindplane logs ingestion attempts.

    • Compare those logs against SIEM raw event ingestion logs to identify drop points.

  3. Check connector health

    • Look at Bindplane connector status metrics.

    • If connectors are throttled or erroring, ingestion numbers won’t match.

  4. Apply normalization filters

    • SIEM may discard events that don’t match expected schemas.

    • Reviewing normalization rules helps explain gaps.

👉 In short: Bindplane’s reported G/h is an estimate, while SIEM dashboards show normalized ingested events. Building a source‑level ingestion dashboard is the right way to reconcile the two.

Has anyone else in the community already built a Bindplane vs SIEM ingestion comparison dashboard? If so, sharing your approach would be super valuable here.