Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NMS-16116: Node structure add additional queries for snmp, flows, etc. #6790

Merged
merged 2 commits into from
Oct 19, 2023

Conversation

synqotik
Copy link
Contributor

NMS-16116: Node structure add additional queries for flows, ipaddress, monitoringLocations, snmp parameters.

Parses these queries out from query string parameters, and also the user can use the UI to make these queries.

Added an ExtendedSearchPanel for making IP address and certain SNMP queries. For now can only search on one of these at a time, eventually can add more combinations.

As a note, when user enters a URL with a query string, or is redirected from another page, the app will "ingest" the query string filter parameters and add to the pinia store and update the UI, then clear the query string from the URL. Otherwise there could be issues trying to keep query string parameters and pinia store / UI elements all in sync.

Also did some refactoring to break up large files, and fixed issue where IP interfaces searches were done with invalid IP addresses.

Screenshot 2023-10-18 at 18 16 50

External References

Copy link
Contributor

@RangerRick RangerRick left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

a lot, but seems pretty reasonable to me

@synqotik synqotik merged commit 67f5ce4 into develop Oct 19, 2023
4 checks passed
@synqotik synqotik deleted the jira/NMS-16116-node-structure-query-string-part-2 branch October 19, 2023 13:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants