summaryrefslogtreecommitdiff
path: root/demohttp.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'demohttp.cfg')
-rw-r--r--demohttp.cfg16
1 files changed, 16 insertions, 0 deletions
diff --git a/demohttp.cfg b/demohttp.cfg
new file mode 100644
index 0000000..5df32ad
--- /dev/null
+++ b/demohttp.cfg
@@ -0,0 +1,16 @@
+input {
+ http {
+ prefix => "hello"
+ port => "8080"
+ }
+}
+
+filter {
+ string {
+ "A" => "test/TEST"
+ }
+}
+
+output {
+ stdout {}
+}