Skip to content

Commit

Permalink
Version: 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-pickin-epi committed Sep 25, 2024
1 parent 49958fb commit b08a45f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ ${AUTH}:
${GEM}: ${SPEC} VERSION
gem build ${SPEC}

all: publish
all: gem

auth: ${AUTH}

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@ Fluentd Filter plugin to de-dot field name for elasticsearch.
<filter **>
@type flatten
enabled true
key kubernetes.labels
field app.kubernetes.io/
recurse false
separator _
</filter>
```

## parameters
## Parameters

* `enabled` (default: true)
* `field`
* `field` Regex of key fields to be flattenned
* `recurse` (default: false)
* `separator` (default: '_')

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.4
1.0.0

0 comments on commit b08a45f

Please sign in to comment.