You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use a file-based config such as `doc/config-sample-application-file.yaml` and write to `/tmp/stacks`.
104
+
Use a file-based config such as `doc/config-sample-application-file.yaml` and write to the same host path mounted into Vector (default: `/tmp/stacks`, or `JCT_STACKS_DIR` if set).
90
105
91
106
Important: make sure `processor.fullQualifiedClass` is set to `de.marcelsauer.profiler.processor.file.AsyncFileWritingStackProcessor`. This ClickHouse setup polls/tails log files from `/tmp/stacks`; UDP/TCP processors will not produce files for Vector to ingest.
92
107
@@ -190,7 +205,8 @@ SELECT count(*) FROM default.jct_events;
0 commit comments