Any user logging into any 1 of our 3 Orion front-ends will generate a log on the web-server in the ApolloWebApi.log that indicates a SWIS query is sent to our primary poller. My question is as follows, is the destination for these swis queries configurable? I would like to reduce the load, especially database queries, on my primary pollling engine.
Full log entry below:
2021-11-14 07:23:44,864 [129] DEBUG SolarWinds.InformationService.Contract2.InfoServiceProxy - Parameters:
2021-11-14 07:23:44,864 [129] DEBUG SolarWinds.InformationService.Contract2.InfoServiceProxy - instanceId=2135
2021-11-14 07:23:44,895 [129] DEBUG SolarWinds.Orion.Core.Common.ChannelProxy`1 - Invoking b__0 finished
2021-11-14 07:23:44,911 [129] DEBUG SolarWinds.Orion.Core.Common.FeatureManager - Creating remote feature manager
2021-11-14 07:23:44,911 [129] DEBUG SolarWinds.Orion.Core.Common.Swis.SwisConnectionProxyPool - GetCreator(): Creating default localhost SWIS connection channel (resolved username: DOMAIN\User)
2021-11-14 07:23:44,911 [129] DEBUG SolarWinds.Orion.Core.Common.ChannelProxy`1 - Invoking b__0 started
2021-11-14 07:23:44,973 [129] DEBUG SolarWinds.Orion.Core.Common.ChannelProxy`1 - Invoking b__0 finished
2021-11-14 07:23:44,973 [129] DEBUG SolarWinds.Orion.Core.Common.Swis.SwisConnectionProxyPool - GetCreator(): Creating default localhost SWIS connection channel (resolved username: DOMAIN\User)
2021-11-14 07:23:45,036 [129] DEBUG SolarWinds.Orion.Core.Common.Swis.SwisLinqProxyLogger - Linq2Swis - Processing of query took: 46
2021-11-14 07:23:45,036 [129] DEBUG SolarWinds.Orion.Core.Common.Swis.SwisLinqProxyLogger - Linq2Swis - Translated query: SELECT TOP 1 t0.UnManaged
FROM System.ManagedEntity AS t0
WHERE (t0.Uri = @p0)
2021-11-14 07:23:45,036 [129] DEBUG SolarWinds.Orion.Core.Common.ChannelProxy`1 - Invoking b__0 started
2021-11-14 07:23:45,036 [129] DEBUG SolarWinds.InformationService.Contract2.InfoServiceProxy - Query: SELECT TOP 1 t0.UnManaged
FROM System.ManagedEntity AS t0
WHERE (t0.Uri = @p0) RETURN XML RAW
2021-11-14 07:23:45,036 [129] DEBUG SolarWinds.InformationService.Contract2.InfoServiceProxy - Parameters:
2021-11-14 07:23:45,036 [129] DEBUG SolarWinds.InformationService.Contract2.InfoServiceProxy - p0=swis:///Orion/Orion.Nodes/NodeID=2135