v1

latestOpenAPI 3.0.02026-07-141,4077,1665.2 MB
Security Monitoring

Get the version history of security filters

Get the configured security filters at each historical version of the configuration. Each entry in the response represents the set of all security filters at a given version, ordered from the most recent version to the oldest.

get/api/v2/security_monitoring/configuration/security_filters/versions

Response

OK

Example response

{
  "data": [
    {
      "attributes": {
        "date": 1758177253469,
        "filters": [
          {
            "exclusion_filters": [
              {
                "name": "Exclude staging",
                "query": "source:staging"
              }
            ],
            "filtered_data_type": "logs",
            "id": "123",
            "is_enabled": true,
            "name": "Test Security Filter",
            "query": "source:test",
            "version": 1
          }
        ],
        "version": 1
      },
      "id": "1",
      "type": "security_filters_configuration"
    }
  ]
}