NPM 11.5.2, looking at the TopologyLogging.cfg file in C:\Program Files(x86)\SolarWinds\Orion directory has XML statements like this;
<TopologyLogging>
<AddedNode>
<Node>
<filter factory="Node" filter="Any" parameters="" />
<!--
<filter factory="Node" filter="Any" parameters="" />
<filter factory="Node" filter="HasIpAddress" parameters="192.168.0.1" />
<filter factory="Node" filter="HasNodeID" parameters="10" />
More filters can be found in documentation
-->
</Node>
<Feature>
<filter factory="Feature" filter="WithAnyFeatureID" parameters="1,2,4,6,101,102" />
<!--
<filter factory="Feature" filter="Any" parameters="" />
<filter factory="Feature" filter="WithAnyFeatureID" parameters="" />
<filter factory="Feature" filter="WithFeatureID" parameters="2" /> ... Sysname
More filters can be found in documentation
-->
</Feature>
</AddedNode>
See the reference to "More filters can be found in documentation"? Where is the documentation relating to this file and it's filters and other parameters?