Custom analyzer group

asked 2017-08-01 09:54:25 -0500

Alireza gravatar image

Did anybody try to write a custom AnalyzerGroup by inheriting it?
Is it even possible?

Here is my yaml file:

sensors: 
  type: diagnostic_aggregator/CustomAnalyzerGroup
  path: Sensors
  analyzers:
    test:
      type: /diagnostic_aggregator/GenericAnalyzer
      path: ''

and this is the error I'm getting when trying to run the diagnostic aggregator:

[ERROR] [1501599137.540867877]: No analyzers initialized in AnalyzerGroup /diagnostic_aggregator/analyzers
[ERROR] [1501599137.540891065]: Analyzer group for diagnostic aggregator failed to initialize!
edit retag flag offensive close merge delete