Our 23.10 deployment complains about BAM Reporting filters being too restrictive,Â
>2024-05-14T11:56:10.947+03:00] config] error] endpoint applier: The configured write filters for the endpoint 'centreon-bam-reporting' are too restrictive and will be ignored. bam categories are mandatory.
>2024-05-14T12:22:35.887+03:00] config] error] endpoint applier: The configured write filters for the endpoint 'centreon-bam-reporting' are too restrictive and will be ignored. bam categories are mandatory.
Â
but BAM filter is selected and enabled, so to me this error makes no sense.
central-broker.json content for centreon-bam-reporting
      {
        "type": "bam_bi",
        "filters": {
          "category":
            "bam"
          ]
        },
        "check_replication": "no",
        "queries_per_transaction": "0",
        "db_port": "3306",
        "db_type": "mysql",
        "db_name": "centreon_storage",
        "db_password": "redacted",
        "db_user": "redacted",
        "db_host": "redacted",
        "name": "centreon-bam-reporting"
      },
Â
Is this a bug?