Commit Graph
115 Commits
Author SHA1 Message Date
Mustafa AkınandGitHub 2bb8c7c357 Merge pull request #3 from fpants/clustername
added support for optional clusterName via config file
2022-07-20 00:21:42 +03:00
Mustafa Akın 5c720d3a4d Remove vendor now, go is better at handling dependencies 2022-07-03 22:40:29 +03:00
Mustafa Akın a7f6c0fa4a Merge branch 'avoid_error_logging_crd' 2022-07-03 22:04:10 +03:00
Mustafa Akın 62c4f35f3d Merge branch 'xxops/master' 2022-07-03 22:01:43 +03:00
Mustafa Akın 90375e68c2 Merge branch 'webhook-transport-proxy' 2022-07-03 21:58:38 +03:00
Mustafa Akın 970e9a0adb Merge branch 'add-opensearch-sink' 2022-07-03 21:57:59 +03:00
Mustafa Akın d0f6821543 Merge branch 'fix-timestamp' 2022-07-03 21:54:20 +03:00
lob 8915de4a2b fix: GetTimestampMs handles different event timestamp
Signed-off-by: lob <pengyu@pingcap.com>
2022-04-16 17:59:17 +08:00
chenlichao 8f1f14fb3d Enhance webhook sink, add template feature to http headers 2022-03-28 19:31:29 +08:00
minchao 0c6926329e fix proxy support for webhook transport
Because the webhook used http.DefaultTransport which supports http.ProxyFromEnvironment in v0.10.
2022-03-08 11:39:58 +08:00
Andrey Shikanov 97247cb9fd Add deDot for receiver: file 2022-02-17 16:14:46 +03:00
Willem Borgesius 90ce4b5f94 Add opensearch sink 2021-12-16 08:17:44 +01:00
Brian McQueen 3559ed4c08 added support for optional clusterName via config file, since emitted events need a clustername when multiple clusters are in service 2021-12-01 15:15:47 -08:00
Angelo Poerio 0399a29638 avoid logging at the error level the errors involving CRD, but do it anyway at debug level 2021-11-30 12:57:01 +01:00
Mustafa Akın 5d9d82e7dc remove managed fields from event becasue its useless 2021-11-06 13:54:58 +03:00
Mustafa Akın b3e76c60bd vendor update 2021-11-06 12:56:49 +03:00
Mustafa Akın 3208b6e37f throttle period fix 2021-11-06 12:45:19 +03:00
Mustafa Akın 3b6a261d4a Kafka avro commit merge 2021-11-06 12:31:27 +03:00
Mustafa Akın 7eef4f6586 Merge branch 'kafka-avro' of https://github.com/xmcqueen/kubernetes-event-exporter into xmcqueen-kafka-avro 2021-11-06 12:31:04 +03:00
mustafaakin-atlandGitHub 4b40b6b1b6 Merge pull request #134 from TinySong/webhook-tls
webhook support tls setting
2021-11-06 12:21:17 +03:00
mustafaakin-atlandGitHub 1dfcee6ef7 Merge pull request #142 from blamarvt/es-err-info
Log error message when ES sink fails to index
2021-11-06 12:19:40 +03:00
mustafaakin-atlandGitHub 13119e5d33 Merge pull request #141 from omauger/master
Support SASL connection for Kafka and add function to get time format ISO8601
2021-11-06 12:19:14 +03:00
mustafaakin-atlandGitHub 745f3001f2 Merge pull request #133 from alias-dev/master
Add firehose sink
2021-11-06 12:18:01 +03:00
Brian McQueen a4756bc0cb cleaned up the code a bit and add more comments 2021-10-06 16:09:08 -07:00
Brian McQueen 4cb4939cb1 added support for kafka with avro 2021-10-06 15:23:18 -07:00
Mauger Ophélie 0782a2df63 Add ThrottlePeriod param to give possibility to choose period for evicted event 2021-08-31 17:01:26 +02:00
Brian Lamar add874fb4c Log error message when ES sink fails to index 2021-08-27 15:57:06 -04:00
omaugerandGitHub e1fcecab73 Add function to have time in ISO8601 format 2021-08-26 14:23:04 +02:00
omaugerandGitHub 1646dc34c7 kafka sink works with sasl auth 2021-08-26 14:21:05 +02:00
omaugerandGitHub 5db3ccd0d0 Update Kafka output to support sasl auth 2021-08-24 16:09:47 +02:00
song c59e7c974e webhook support tls setting 2021-08-06 10:14:52 +08:00
Alex AndrewsandAlex Andrews b7d83c8999 Add firehose sink 2021-07-21 12:36:32 +01:00
Mustafa Akın 30e4027760 modify lasttime stamp to 5 seconds 2021-06-16 22:47:51 +03:00
Kirill BuevandGitHub f50b41b9dd Do not ignore events created more than 5 seconds ago (#98)
* Filter events by LastTimestamp instead of CreationTimestamp

* Ignore events fired more than 1 minute ago
2021-06-16 22:47:24 +03:00
Mustafa Akın b1c3a9efff Merge branch 'update-slack-library' of https://github.com/jun06t/kubernetes-event-exporter into jun06t-update-slack-library 2021-06-16 22:45:02 +03:00
Mustafa Akın 5867a4eea6 Minor fixes for event bridge 2021-06-16 22:26:02 +03:00
Mustafa Akın bf1f9bdd8c resolve conflicts 2021-06-16 22:09:23 +03:00
Mustafa Akın dbcf9044fc Resolve conflicts 2021-06-16 22:06:56 +03:00
makocchiandGitHub db3b1847a6 Improve slack attachment (#92)
* improve slack attachment

* update slack configuration
2021-06-16 21:36:06 +03:00
Christoph PetrauschandGitHub 46c2cb70f4 elasticsearch: Add TLS client cert auth (#116)
* elasticsearch: Add TLS client cert auth

* Elasticsearch: Init RootCA certpool to prevent nil pointer dereference

* Elasticsearch: Refactor TLS setup to catch errors

Don't setup client cert auth of not both keyFile and certFile are configured
2021-06-16 21:35:06 +03:00
Jason YanowitzandGitHub ce3f5f0c78 expose InsecureSkipVerify for Kafka TLS config (#86)
Defaults to false if it's not specified.

    Co-authored-by: Joyce Yee <jzyeezy>
2021-06-16 21:34:20 +03:00
57d362476e Syslog sink (#107)
* Implemented syslog sink, this enables pushing k8s-events to rsyslog, syslog daemon server over both tcp/udp.

* Reverting go.mod indirect dependency

* Reverting go.mod indirect dependency

Co-authored-by: akif.ak <akif.ak@flipkart.com>
2021-06-16 21:31:21 +03:00
mustafaakin-atlandGitHub 6da0e1bfd3 Merge pull request #122 from freenet-group/master
Add pipe sink
2021-06-16 21:30:46 +03:00
Junpei Tsuji 1a76957af5 Use slack-go/slack instead of nlope/slack 2021-06-16 05:19:09 +09:00
Daniel Fischedick 3fffeceea1 fixed ReceiverConfig 2021-06-01 16:53:25 +02:00
Daniel Fischedick 04f8c35514 Add pipe sink 2021-05-10 14:23:29 +02:00
Christoph Petrausch 08ed16bc0f Add a DeDot function to the EnhancedObject to replace dots
This replaces all dots in the labels and annotations of the enhancedObject.

Fixes #109
2021-03-08 16:48:04 +01:00
Markus Blaschke 3b4791d54a implement stdout receiver
add stdout receiver without any rotation and additional file handling

Signed-off-by: Markus Blaschke <mblaschke82@gmail.com>
2020-10-12 20:08:20 +02:00
vikash s df79a3fbda added logs for sing 2020-10-12 15:29:07 +05:30
vikash s c1ece30710 eventbridge sink logs added 2020-10-12 13:26:59 +05:30