Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • You can now click on the event to select it for bulk acknowledging
  • A clear filter form button has been added to the filter modal.
  • Multi parameter search has been added, you can make computer AND queries.
  • Filtered websockets, if you are using realtime and you have filtred the grid for example node name "abc" events with the node name "abc" "abc123" etc will be show, all other events will be not be delivered to the gui. Clearing the filter will clear filtered web socket.
  • Comments now use a human readable timestamp
  • Fixed issue with the acknowledged button not displaying correctly.
  • if you configured the grid to show more than 500 events realtime event will be paused.
  • If opEvents parses a Enterprise Service event the gui will show a button to link back to the related enterprise service on the same server. Note this will not work in a multi server operation.

Engine Changes

  • Fixed issue where copy_first or copy_last in event correlation would not be able to copy the node name, this caused the synthetic event to use the global node name. if you have been using copy node in the correlation rule you should replace this with node_uuid
  • Script outputs in emails will now render correctly
  • New plugin interface to easily work on other events in parser plugins, docs coming.
    • In a parser plugin the third argument is now a helper interface replacing the full opEvents object.
    • Setting opevents_parser_plugin_use_events_obj to true will allow you to use the full opEvents object to retain pre 4.1.1 functionality
  • opEvents will check if the events node is currently in an outage which is set in NMIS9 or opCharts.

    • "opevents_associate_outage_term" in opCommon.json will be used as the event property for an outage

    • The default property added is "planned_outage"

    • This value will be set to "true" / "false" if the outage is current.

    • setting opevents_associate_outage_term to null or removing the key from opCommon.json will turn the feature off

Admin Changes

  • Fixed issue where changing a password would break Users.nmis group authentication.

...