Robin Clarke

Results 16 issues of Robin Clarke

The file mode in configuration file is noted in decimal... It took me quite a while to figure this out as in all other unix applications filemode is noted in...

A typical multi-match might look like this: ``` grok { match => { "message" => [ "%{MY_PATTERN:foo}", "%{OTHER_PATTERN:bar" ] } } ``` Currently the array of matches is processed in...

enhancement
discuss

When using `mode: read` and `file_completed_action: delete` it is still possible for inodes to be reused and ignored as they are not removed from the sincedb on the delete. As...

Are SoundTouch devices able to play https content? Can the libsoundtouch library support that too? Ref: https://github.com/CharlesBlonde/libsoundtouch/issues/12, https://github.com/home-assistant/home-assistant/pull/16713

**Describe the enhancement:** Currently the template mapping for the field `kafka.partition` is different between filebeat (`long`) and metricbeat (`object`). **Describe a specific use case for the enhancement or feature:** With...

enhancement
Team:Integrations
breaking change
Stalled

I would like to sort my photos into one directory structure, and videos into another - it would be great to have some additional filters: ``` --include_extension --filter_extension ``` which...

## Version of the custom_component 0.10.0 ## Configuration ```yaml { "entry_id": "498c95f23bf3a2d06e3f193bc890138f", "version": 1, "domain": "rct_power", "title": "RCT Power Inverter at X.X.X.X:8899", "data": { "hostname": "X.X.X.X", "port": 8899, "entity_prefix": "RCT...

Since upgrading RCT Power Storage 10.0 (PS 10.0 B59G) to latest firmware 2.3.5661 there are no values for the RCT Power battery device...

bug
question

Trying to call check_redis.pl like this: ./check_redis.pl -H localhost -M 2G -m WARN:500 Causes this error: CRITICAL: memory_utilization data is missing - REDIS on localhost:6379 has 1 databases (db0) with...

Running with this config: ``` topics_subscribe: - /events ``` produces this error: ``` rclarke@es-rclarke:mqttbeat$ mqttbeat -e -v -c ~/elastic/temp/mqttbeat.yml 2018/02/20 11:01:55.252501 beat.go:470: INFO Home path: [/home/rclarke/elastic/repos/go/src/github.com/nathan-k-/mqttbeat] Config path: [/home/rclarke/elastic/repos/go/src/github.com/nathan-k-/mqttbeat] Data...

enhancement