Skip to content

Commit

Permalink
add verify
Browse files Browse the repository at this point in the history
  • Loading branch information
ekneg54 committed Sep 25, 2024
1 parent 42c2ecf commit 58c8c76
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 1 deletion.
41 changes: 41 additions & 0 deletions examples/exampledata/config/file_input_pipeline.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
version: 2
process_count: 4
config_refresh_interval: 5
profile_pipelines: false
restart_count: 3
logger:
level: INFO
loggers:
uvicorn:
level: INFO
uvicorn.access:
level: INFO
uvicorn.error:
level: INFO

metrics:
enabled: true
port: 8003
uvicorn_config:
host: 0.0.0.0
access_log: true
server_header: false
date_header: false
workers: 1
ws: none
interface: asgi3
backlog: 16384
timeout_keep_alive: 65
input:
file_input:
type: file_input
logfile_path: /tmp/logfiletest
start: begin
interval: 1
watch_file: True
output:
dummy:
type: dummy_output
error_output:
console:
type: console_output
2 changes: 1 addition & 1 deletion examples/exampledata/config/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ output:

error_output:
kafka:
type: onfluentkafka_outputc
type: confluentkafka_output
default: false
topic: error
flush_timeout: 300
Expand Down

0 comments on commit 58c8c76

Please sign in to comment.