Open for Voting

SWQL support for Log Analyzer (Formerly Log Manager)

Hello,

Please include SWQL support for Log Analyzer (Formerly Log Manager). This is one of the most important functionalities when building custom dashboards.

I have created very useful SWQL widgets showing Syslog messages based on NodeID (for Node Details view), with the ability to search messages.

Now, after NPM upgrade to 12.4, 'Basic Log Manager' is included in the Installer and those widgets are empty.

Screenshot 2019-04-09 at 21.35.27.png

It is necessary to have this functionality and to have an option to include syslog messages right in the NOC View or Node Details. We cannot click on Log button, if the dashboard is displayed on the large TV.

Thank you.

PS. I could use Custom Table with SQL language, however this is not the same and is limited for my use cases, i.e. there is no search function.

Kind regards,
Marcin.

  • SWQL includes Log Manager objects in the Orion.OLM namespace:

    Orion.OLM.AlertMessage

    Orion.OLM.LogEntry

    Orion.OLM.LogEntryFieldValue

    Orion.OLM.LogEntryLevel

    Orion.OLM.LogEntrySecondarySourceAssignment

    Orion.OLM.LogEntrySecondarySources

    Orion.OLM.LogEntryTagAssignment

    Orion.OLM.LogEntryType

    Orion.OLM.MessageSources

    Orion.OLM.Nodes

    Orion.OLM.ProcessingRule

    Orion.OLM.ProcessingRuleActions

    Orion.OLM.RuleProcessingDefinitions

    Orion.OLM.Tags