Commit Graph
191 Commits
Author SHA1 Message Date
ilteristabak 6b7ae4ebb5 Release image to docker hub and github packages 2022-07-22 16:29:03 +03:00
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 ea1859353f Remove vendor from Dockerfile 2022-07-03 22:41:31 +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
Mustafa Akın 35cf24dcaf Merge branch 'itshikanov/master' 2022-07-03 21:53:54 +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
Ryan Brainard f0dc4143c7 Switch to gcr.io/distroless/static:nonroot 2022-03-03 10:55:48 +09: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 43dde85e70 workflow updated to 1.17 2021-11-07 18:22:06 +03:00
Mustafa Akın 5d9d82e7dc remove managed fields from event becasue its useless v0.11 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 f5b0b1cea0 vendor firehose 2021-11-06 12:33:02 +03:00
Mustafa Akın 64a63f51c5 Merge branch 'xmcqueen-kafka-avro' 2021-11-06 12:31:34 +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
mustafaakin-atlandGitHub 21217ec926 Merge pull request #145 from omauger/add_throttlePeriod_param
Add ThrottlePeriod param to give possibility to choose period for evi…
2021-11-06 12:17:27 +03:00
mustafaakin-atlandGitHub 984b6a92bc Merge pull request #153 from Ci-Jie/bugfix/fix-typo
chore(docs): fix typo in READMD.md
2021-11-06 12:16:02 +03:00
James3 Li(李麒傑) d5619f427d chore(docs): fix typo in READMD.md 2021-10-16 08:59:26 +08:00
Brian McQueen a4756bc0cb cleaned up the code a bit and add more comments 2021-10-06 16:09:08 -07:00
Brian McQueen 7b11ced56a added vendor directory for goavro 2021-10-06 15:26:19 -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 a5babf3921 Update documentation for karka sink 2021-08-26 14:24:29 +02: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
Alex Andrews ef5a118ef6 Fix error in documentation 2021-08-18 11:30:27 +01: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 7bb80521d1 Config files updated to reflect Github Registry and stdout 2021-06-17 00:17:55 +03:00
yongsong youandGitHub 69866836ed support multi arch images (#84)
remove `GOARCH` env in Dockerfile to support multi arch images.

Building multi arch images is easy with `docker buildx`:

* enable `docker buildx` feature following the [docs](https://docs.docker.com/buildx/working-with-buildx/)
* run `docker buildx create --name builder --use` to create a builder instance(only need run once)
* run following command to build and push muti arch images: `docker buildx build --platform linux/amd64,linux/arm64 -t opsgenie/kubernetes-event-exporter:v0.9 --push .`
v0.10
2021-06-16 22:52:49 +03: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 17985269a8 Merge branch 'jun06t-update-slack-library' 2021-06-16 22:45:31 +03:00