You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using a simple term (eg server) in the search engin will make it search for all items which name contains the searched term.
As of now, the search is done like this, for each item:
regex search of the term in the item full name (eg host_name for an host nad host_name/service_description for a service)
else, search in the alias property only for hosts
else, search in the item impacts and source problems name then alias
What about searching also in the aliasof the services ?
and then, searching in the display_name of hosts and services ?
and then, searching in the notes of the hosts/services ?
It may be interesting to extend the search engine with these capabilities.
Indeed, it may be logical to search first in the display_name ... because we are an UI and display_name is made for the UI 😉
Search order may be:
display_name
alias
host_name / service_description
notes
implement this search order
Searching in the item impacts and source problems name does not make sens to me! If I am search for an host or service named db_server I do not care finding the switch it is attached to because the switch is a root problem of my DB server!
remove the search on impacts and source problems based on names
The text was updated successfully, but these errors were encountered:
Note that if the pattern is not matching anything in the former search step, the search engine will then search in the items last check output and then in the impacts and source problems output of the items ... pfewww!
Then, for each item:
the last check output
else, the item impacts and source problems last check output
Using a simple term (eg
server
) in the search engin will make it search for all items which name contains the searched term.As of now, the search is done like this, for each item:
alias
property only for hostsalias
of the services ?display_name
of hosts and services ?It may be interesting to extend the search engine with these capabilities.
Indeed, it may be logical to search first in the
display_name
... because we are an UI anddisplay_name
is made for the UI 😉Search order may be:
display_name
alias
host_name / service_description
notes
implement this search order
Searching in the item impacts and source problems name does not make sens to me! If I am search for an host or service named
db_server
I do not care finding the switch it is attached to because the switch is a root problem of my DB server!The text was updated successfully, but these errors were encountered: