Skip to content

Commit

Permalink
Use cursor storage
Browse files Browse the repository at this point in the history
  • Loading branch information
marc-gr committed Oct 14, 2020
1 parent 3bccb29 commit 50c6cef
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions x-pack/filebeat/module/okta/system/config/input.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,10 @@ ssl: {{ .ssl | tojson }}
url: {{ .url }}
{{ end }}

date_cursor.field: published
date_cursor.url_field: since
date_cursor.initial_interval: {{ .initial_interval }}

{{ else if eq .input "file" }}

type: log
Expand Down
3 changes: 3 additions & 0 deletions x-pack/filebeat/module/okta/system/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ var:
default: "SSWS"
- name: http_client_timeout
- name: http_method
default: GET
- name: http_headers
- name: http_request_body
- name: interval
Expand All @@ -31,6 +32,8 @@ var:
- name: tags
default: [forwarded]
- name: url
- name: initial_interval
default: 24h

input: config/input.yml
ingest_pipeline: ingest/pipeline.yml
Expand Down

0 comments on commit 50c6cef

Please sign in to comment.