CrowdStrike Connector Non human accounts filter

I used the new “CrowdStrike” connector and It aggregates all human and non human accounts around 16K. In the GUI there is no option to add account filter. Do you know a way to filter accounts in aggregation. I want to use this attribute isHuman:true. Please see the screenshot attached for a reference.

Hello Kidus!

Have you tried using a filterString parameter on the source configuration?

Useful for when a connector doesn’t have built-in filtering, it has some pros and cons as you can review in the documentation linked above.

By using post man u need to update

Request

PATCH /beta/sources/{id}
[
  {
    "op": "add",
    "path": "/connectorAttributes/filterString",
    "value": "( type != \"Human\" )"
  }
]