Icinga / icingaweb2-module-elasticsearch

This module will not be updated by Icinga anymore. Please don't attempt to use it.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[dev.icinga.com #11636] Implement log-types

icinga-migration opened this issue · comments

This issue has been migrated from Redmine: https://dev.icinga.com/issues/11636

Created by mfrosch on 2016-04-20 15:39:21 +00:00

Assignee: mfrosch
Status: New
Target Version: 1.0.0
Last Update: 2016-04-20 15:39:21 +00:00 (in Redmine)


As settings in Icingaweb2

simple example:

[apache-errors]
instance = elastic02
index = logstash-apache-*
filter = hostname=$hostname$&type=apache-error
fields = remoteip,message

Changesets

2016-06-30 09:38:11 +00:00 by (unknown) a56c044

Implement EventType with input and user view

refs #11636

2016-06-30 09:42:16 +00:00 by (unknown) 8cac2df

Implement overview as index for the module

Currently only showing event types.

refs #11636

2016-06-30 09:44:44 +00:00 by (unknown) 2968d91

Remove old list view

refs #11636

2016-06-30 13:05:34 +00:00 by (unknown) 8aa4657

Re-Implement Event show for EventTypes

refs #11636

2016-06-30 13:11:04 +00:00 by (unknown) 5429619

Cleanup old actions

refs #11636

2016-07-01 14:43:00 +00:00 by (unknown) 350abf4

Add Host event viewer with ActionHooks

refs #11636

2016-07-01 14:43:42 +00:00 by (unknown) 6d71fa4

EventType: Add Icinga host mapping

refs #11636

2016-07-01 14:51:28 +00:00 by (unknown) 1fe4231

EventType: Move load function from the Repository

refs #11636

2016-07-04 12:56:08 +00:00 by (unknown) 5f18277

EventType: Implement Hostmap Filter

refs #11636