Threatintel/Misp var.filters type making filebeat service stop!

Hello,
I'm using misp threatintel and i tried to filter data by type but filebeat is keep refusing the configuration and only starts if I remove the filters,

even when I tried to use the same example proposed by documentation

var.filters:
  - type: ["md5", "sha256", "url", "ip-src"]

This is the error I keep getting

ERROR	instance/beat.go:1015	Exiting: Failed to start crawler: creating module reloader failed: could not create module registry for filesets: error getting config for fileset threatintel/misp: Error reading input config: (assert) string key required when merging into 'map[interface {}]interface {}' accessing config```

Is it not a dictionary not list?

var.filters:
  type:

Thank you @legoguy1000.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.