8 Commits
Author SHA1 Message Date
Matt Farina 316fa453ac [stable/heartbeat] deprecating chart (#24322)
Signed-off-by: Matt Farina <matt@mattfarina.com>
2020-11-13 18:50:22 +01:00
Scott Rigby c456d197bc [stable/heartbeat] add repo archive notice (#24118)
Signed-off-by: Scott Rigby <scott@r6by.com>
2020-11-09 14:26:59 -08:00
Taehyun Kim 7b1fad485b [stable/heartbeat] add several config values (#12658)
* host network, add pod configs

Signed-off-by: Taehyun Kim <kgyoo8232@gmail.com>

* update docs

Signed-off-by: Taehyun Kim <kgyoo8232@gmail.com>

* hostNetwork in values

Signed-off-by: Taehyun Kim <kgyoo8232@gmail.com>

* bump chart version

Signed-off-by: Taehyun Kim <kgyoo8232@gmail.com>

* remove default tolerations

Signed-off-by: Taehyun Kim <kgyoo8232@gmail.com>
2019-04-15 05:22:37 -07:00
Carlos Tadeu Panato Junior bc75a637de bump heartbeat to 6.7.0 (#12590)
Signed-off-by: Carlos Panato <ctadeu@gmail.com>
2019-03-28 05:36:54 -07:00
André Bauer 8e875bdfe1 updated heartbeat to 6.6.1 (#11664)
Signed-off-by: André Bauer <monotek23@gmail.com>
2019-03-07 12:36:06 -08:00
Carlos Tadeu Panato Junior 5bf4864cda bump heartbeat to 6.6.0 (#11008)
Signed-off-by: cpanato <ctadeu@gmail.com>
2019-01-30 10:24:51 -08:00
André Bauer 902933a403 [stable/heartbeat] updated heartbeat to 6.5.1 (#9357)
* updated heartbeat to 6.5.0

Signed-off-by: André Bauer <monotek23@gmail.com>

* update to 6.5.1

Signed-off-by: André Bauer <monotek23@gmail.com>
2018-12-04 09:52:00 -08:00
KUOKA Yusuke 15f492dfc2 feat: stable/heartbeat to check status of your services (#5766)
Manually verified to work by installing it like `helm install ~/charts/stable/heartbeat --name hb --namespace hb` and then reading logs:

```console
$ stern --namespace hb heart
+ hb-heartbeat-zljn2 › heartbeat
hb-heartbeat-zljn2 heartbeat 2018-05-25T09:07:17.531ZINFOinstance/beat.go:468Home path: [/usr/share/heartbeat] Config path: [/usr/share/heartbeat] Data path: [/usr/share/heartbeat/data] Logs path: [/usr/share/heartbeat/logs]
hb-heartbeat-zljn2 heartbeat 2018-05-25T09:07:17.532ZINFOinstance/beat.go:475Beat UUID: cc04f1e7-c1a2-4e9c-beca-009539becd87
hb-heartbeat-zljn2 heartbeat 2018-05-25T09:07:17.532ZINFOinstance/beat.go:213Setup Beat: heartbeat; Version: 6.2.4
hb-heartbeat-zljn2 heartbeat 2018-05-25T09:07:20.534ZINFOadd_cloud_metadata/add_cloud_metadata.go:297add_cloud_metadata: hosting provider type not detected.
hb-heartbeat-zljn2 heartbeat 2018-05-25T09:07:20.534ZINFOfileout/file.go:76Initialized file output. path=/usr/share/heartbeat/data/heartbeat max_size_bytes=10240000 max_backups=5 permissions=-rw-------
hb-heartbeat-zljn2 heartbeat 2018-05-25T09:07:20.535ZINFOpipeline/module.go:76Beat name: hb-heartbeat-zljn2
hb-heartbeat-zljn2 heartbeat 2018-05-25T09:07:20.535ZWARNbeater/heartbeat.go:24Beta: Heartbeat is beta software
hb-heartbeat-zljn2 heartbeat 2018-05-25T09:07:20.535ZINFObeater/manager.go:110Select (active) monitor icmp
hb-heartbeat-zljn2 heartbeat 2018-05-25T09:07:20.537ZINFO[monitoring]log/log.go:97Starting metrics logging every 30s
hb-heartbeat-zljn2 heartbeat 2018-05-25T09:07:20.538ZINFOinstance/beat.go:301heartbeat start running.
hb-heartbeat-zljn2 heartbeat 2018-05-25T09:07:20.538ZINFObeater/heartbeat.go:56heartbeat is running! Hit CTRL-C to stop it.
hb-heartbeat-zljn2 heartbeat 2018-05-25T09:07:50.538ZINFO[monitoring]log/log.go:124Non-zero metrics in the last 30s{"monitoring": {"metrics": {"beat":{"cpu":{"system":{"ticks":40,"time":40},"total":{"ticks":70,"time":74,"value":70},"user":{"ticks":30,"time":34}},"info":{"ephemeral_id":"23539714-a27c-40bb-a124-805b7e009958","uptime":{"ms":33026}},"memstats":{"gc_next":4194304,"memory_alloc":2423104,"memory_total":4047776,"rss":22454272}},"libbeat":{"config":{"module":{"running":0}},"output":{"events":{"acked":5,"batches":5,"total":5},"type":"file","write":{"bytes":2306}},"pipeline":{"clients":1,"events":{"active":1,"published":6,"total":6},"queue":{"acked":5}}},"system":{"cpu":{"cores":2},"load":{"1":0.75,"15":0.38,"5":0.55,"norm":{"1":0.375,"15":0.19,"5":0.275}}}}}}
```

Templates and values.yaml is mostly similar to stable/filebeat's.
The main difference is `config:` in values.yaml, which directly reflects heartbeat's own configuration file.

Other changelog:

- Include the configuration table in README
- Include the commented-out elasticsearch output to support common use-cases
2018-06-18 11:59:33 -07:00