Icinga / icingaweb2-module-elasticsearch

This module will not be updated by Icinga anymore. Please don't attempt to use it.
GNU General Public License v2.0
29 stars 9 forks source link

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

Closed icinga-migration closed 7 years ago

icinga-migration commented 8 years ago

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) a56c0444c547aae1f6b555f1b3fac0ac27bd5665

Implement EventType with input and user view

refs #11636

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

Implement overview as index for the module

Currently only showing event types.

refs #11636

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

Remove old list view

refs #11636

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

Re-Implement Event show for EventTypes

refs #11636

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

Cleanup old actions

refs #11636

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

Add Host event viewer with ActionHooks

refs #11636

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

EventType: Add Icinga host mapping

refs #11636

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

EventType: Move load function from the Repository

refs #11636

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

EventType: Implement Hostmap Filter

refs #11636