summaryrefslogtreecommitdiff
path: root/bin/ssl_decoder.toml
diff options
context:
space:
mode:
Diffstat (limited to 'bin/ssl_decoder.toml')
-rw-r--r--bin/ssl_decoder.toml12
1 files changed, 12 insertions, 0 deletions
diff --git a/bin/ssl_decoder.toml b/bin/ssl_decoder.toml
new file mode 100644
index 0000000..77569cd
--- /dev/null
+++ b/bin/ssl_decoder.toml
@@ -0,0 +1,12 @@
+[decoder]
+[decoder.ssl]
+port=[443]
+
+[decoder.ssl.limited]
+
+[decoder.ssl.local_stat]
+# stat_per_thread_enable value in [yes,no]
+stat_per_thread_enable="no"
+stat_name="SSL_DECODER"
+stat_interval_time_s=5
+stat_output="metrics/ssl_decoder_local_stat.json" \ No newline at end of file