0
false
Plugins
/geneos/gateway/directory/probe/managedEntity/sampler
Probe
ancestor::probe
TEXT
Virtual
ancestor::probe/parameters/@Virtual
TEXT
Imported
ancestor::probe/parameters/@Imported
TEXT
ME
ancestor::managedEntity
TEXT
Plugin
descendant-or-self::parameters/@PluginName
TEXT
PluginCountsByProbe
select Probe, Virtual, Imported, Plugin, count(*) as PluginCounts from Plugins group by Probe, Plugin
true
PluginCountsByME
select *, count(*) as PluginCounts from Plugins group by ME, Plugin
true