Skip to content

Commit

Permalink
Updates elasticsearch ingest pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
nkakouros committed Jul 7, 2020
1 parent 504b803 commit 35bd757
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions templates/beats/elasticsearch.openvpn.ingest.pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@ pipelines:
field: "openvpn.date"
formats:
- EEE MMM d HH:mm:ss yyyy
- date:
target_field: "openvpn.date"
field: "openvpn.date"
formats:
- EEE MMM d HH:mm:ss yyyy
- set:
field: 'openvpn.event'
value: 'client-connected'
Expand All @@ -50,6 +55,11 @@ pipelines:
field: "openvpn.date"
formats:
- EEE MMM d HH:mm:ss z yyyy
- date:
target_field: "openvpn.date"
field: "openvpn.date"
formats:
- EEE MMM d HH:mm:ss z yyyy
- set:
field: 'openvpn.event'
value: 'client-disconnected'

0 comments on commit 35bd757

Please sign in to comment.