Mustafa Akın
f669926f8d
Vendor changes
v0.7
2020-05-02 01:50:36 +03:00
Mustafa Akın
2d407677a8
Merge pull request #36 from mheck136/elasticsearch-tls-config
...
Update README to match elasticsearch TLS settings
2020-05-02 01:27:24 +03:00
Mustafa Akın
b3695e478d
Merge pull request #37 from youyongsong/feature/support-leader-election
...
feature: support leader election
2020-05-02 01:25:27 +03:00
Mustafa Akın
6eb781cfd6
Merge pull request #39 from ameyajoshi99/feature/annotations-filter
...
Feature/annotations filter
2020-05-02 01:24:59 +03:00
Mustafa Akın
588609ee21
Merge pull request #40 from brianterry/OpsCenter
...
Add OpsCenter as a receiver
2020-05-02 01:23:30 +03:00
Brian Terry
83a8bbb38c
Update readme
2020-04-22 13:50:01 -04:00
Brian Terry
5361316cf4
Update readme
2020-04-22 13:48:04 -04:00
Brian Terry
8c0bc19a25
Add receiver
2020-04-22 13:39:42 -04:00
Brian Terry
16fb7846c3
Revert "Add Opscenter to receiver"
...
This reverts commit 5104e4c878 .
2020-04-22 13:38:04 -04:00
Brian Terry
23a1cacfec
Update readme
2020-04-22 13:26:11 -04:00
Brian Terry
6ab3c6cee9
Update readme
2020-04-22 13:24:18 -04:00
Brian Terry
a8c2a69c2e
Update readme
2020-04-22 13:19:11 -04:00
Brian Terry
5104e4c878
Add Opscenter to receiver
2020-04-22 12:47:00 -04:00
Brian Terry
f30e730a25
Add testing
2020-04-22 12:42:06 -04:00
Brian Terry
d722fe1c67
Add testing
2020-04-21 15:14:17 -04:00
Brian Terry
b87d2c392d
Add testing
2020-04-21 15:14:10 -04:00
Brian Terry
6bcef23d1a
Update Priority to int64
2020-04-21 10:40:21 -04:00
Brian Terry
c9162036fb
Add OpsCenter Sink
2020-04-21 10:29:11 -04:00
Brian Terry
e5f113b386
Add OpsCenter Sink
2020-04-21 10:29:02 -04:00
Ameya Joshi
122836c1d0
go fmt
2020-04-20 16:20:00 +05:30
Ameya Joshi
6108bad882
Adding Annotations in Rules
2020-04-20 16:13:52 +05:30
youyongsong
5dca26ee8c
feature: support leader election
...
leader election function is disabled by default, and could be enabled by adding the
following section in `config.yaml`:
```yaml
leaderElection:
enabled: true
leaderElectionID: kubernetes-event-exporter // this field can be omited, default value is kubernetes-event-exporter
```
2020-04-14 19:35:23 +08:00
Martin Heck
5039d04629
Update README to match elasticsearch TLS settings
...
#31 introduced advanced configuration options regarding the TLS settings
of the elasticsearch connection. The configuration example in README now
reflects those.
2020-04-13 15:42:49 +02:00
Mustafa Akın
fbcefefc80
Merge pull request #31 from mheck136/elasticsearch-tls-config
...
Add support for TLS configuration of elasticsearch sink
2020-04-11 12:11:32 +03:00
Martin Heck
39498c9f54
Merge branch 'master' into elasticsearch-tls-config
...
# Conflicts:
# pkg/sinks/elasticsearch.go
2020-04-10 18:12:55 +02:00
Mustafa Akın
90b9f3c776
Bump deployment version to 0.6
v0.6
ls
2020-04-10 16:25:24 +03:00
Mustafa Akın
649d5f7ff1
Go Vendor
2020-04-10 16:23:31 +03:00
Mustafa Akın
84241ff547
Documentation for time based indices for elasticearch
2020-04-10 16:20:06 +03:00
Mustafa Akın
45b9ff62cb
Merge pull request #18 from abrodersen/index-format
...
Add `indexFormat` field for date formatted indices
2020-04-10 16:06:47 +03:00
Mustafa Akın
1526f77225
Merge branch 'master' into index-format
2020-04-10 16:06:30 +03:00
Mustafa Akın
efcf70f4d4
Merge pull request #32 from mheck136/replace-environment-variables-in-config
...
Add support for environment variables in configuration
2020-04-10 16:03:46 +03:00
Mustafa Akın
88279e0b73
Merge pull request #35 from d-kononov/master
...
SSL verification mode option for the Elasticsearch sink
2020-04-10 15:59:55 +03:00
Dmitriy Kononov
d3bb915de0
adding ssl verification mode option
2020-04-01 22:46:40 +06:00
Martin Heck
1c21134a21
Add support for environment variables in configuration
...
The config file may contain sensitive data such as credentials
for an elasticsearch cluster. To provide the possibility
to store that sensitive data in an other way, support for
environment variables is introduced. Sensitive data can then
be replaced by variables such as ${PASSWORD} and provided by
setting the appropriate environment variables. In kubernetes
the configuration and the sensitive data can be split up into
a configmap and a secret.
2020-03-27 12:14:45 +01:00
Martin Heck
44a52da165
Add support for TLS configuration of elasticsearch sink
2020-03-26 12:23:54 +01:00
Mustafa Akin
78d9b77848
Add vendored dependencies
2020-02-07 13:35:46 +11:00
Mustafa Akın
0f470b5af2
Merge pull request #20 from shikloshi/pubsub-sink
...
Adding gcloud pubsub sink
2020-02-07 13:34:58 +11:00
Mustafa Akın
5ce919f673
Merge pull request #19 from bigwheel/patch-1
...
Fix whitespace for consistency
2020-02-07 11:55:30 +11:00
Mustafa Akin
8c7101d463
Fixed the inner field serialization bug, added test for array serialization
2020-02-07 11:54:59 +11:00
shikloshi
94eddbcf92
add pubsub to readme
2020-02-03 09:58:17 +02:00
shikloshi
09627aed0b
adding config to pubsub sink object
2020-02-03 09:54:10 +02:00
shikloshi
651a8a9b0b
Updating documentation with pubsub
2020-02-03 09:51:41 +02:00
shikloshi
ad043f7145
adding pubsub sink
2020-02-03 09:44:31 +02:00
k.bigwheel
69def53cf9
Fix whitespace for consistency
2020-01-30 17:40:37 +09:00
Aaron Brodersen
bbb985f8c9
Add indexFormat field for date formatted indices
...
Date formatted index names are a common pattern in Elastic setups. This
commit as a config field to specify a string pattern for index names.
The pattern is searched for sequenences inside {curly braces} and passes
any text found plus the current time through the Go time formatting function.
2020-01-24 11:38:38 -06:00
aseker
7defd7d073
layout list fix
v0.4
2020-01-17 17:10:20 +03:00
aseker
208a261d93
Annotations added to involved object
2020-01-10 15:58:05 +03:00
Mustafa Akın
09928458fe
Merge pull request #13 from opsgenie/deployment-and-readme-fix
...
Kafka added to readme, config deployment fix for elastic
v0.3
2019-12-22 20:59:12 +03:00
Mustafa Akin
845db062ad
Kafka added to readme, config deployment fix for elastic
2019-12-22 20:55:41 +03:00
Mustafa Akın
aca4ca6dd9
Merge pull request #11 from mdemierre/feature/close-sinks
...
engine: Implement clean closing of sinks
2019-12-22 20:33:50 +03:00