Filter event messages by the host name
Error is shown: Icinga\Module\Monitoring\Backend\Ido\Query\HostnotificationQuery : Got invalid column: host
icinga2: Navigate to http://192.168.33.5)I'd like to see only messages for a specific host
icinga2 --version): v2.10.2-257-g856d3a1icinga2 feature list): api checker graphite ido-mysql mainlog notificationicinga2 daemon -C): many informations, some warnings, no errorszones.conf file (or icinga2 object list --type Endpoint and icinga2 object list --type Zone) from all affected nodes.Example:

Hi,
thanks for the report. You may circumvent this by selecting host_name instead. (host is case insensitive and host_name case sensitive)
Hi, you're welcome.
The same error happens when I select the _Service_ filter:
Icinga\Module\Monitoring\Backend\Ido\Query\HostnotificationQuery : Got invalid column: service
By the way, there's no Service name selection for the filter like you mentioned for Host name.
I've found another issue. When I select Type=Notification I get an empty result. When selecting Type!=Notification, I get everything (I expected I get only Notifications, or everything but Notifications):

Should I file separate Github issues for those or can we handle all in this issue?
By the way, there's no Service name selection for the filter like you mentioned for Host name.
It's because it's called service_description :grin:
When I select Type=Notification I get an empty result. When selecting Type!=Notification, I get everything.
That's because the type is not Notification but rather notify. Try to filter for that.
It's because it's called
service_description馃榿
Ah 馃槂
That's because the type is not
Notificationbut rathernotify. Try to filter for that.
All right, that's the trick. Thanks 馃槂 I was stuck to Notification as that text is displayed in the Event Details on the right pane. I can create a PR with kind of doc/xx-search-examples.md if you'd like...
I can create a PR with kind of doc/xx-search-examples.md if you'd like...
Nah, such a thing shouldn't require extensive documentation. It should exactly work as you expected it. There is #3631 for that.