summaryrefslogtreecommitdiffstats
path: root/fluent-bit/tests/runtime/data/es/json_es.h
diff options
context:
space:
mode:
Diffstat (limited to 'fluent-bit/tests/runtime/data/es/json_es.h')
-rwxr-xr-xfluent-bit/tests/runtime/data/es/json_es.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/fluent-bit/tests/runtime/data/es/json_es.h b/fluent-bit/tests/runtime/data/es/json_es.h
new file mode 100755
index 00000000..40f8ab1c
--- /dev/null
+++ b/fluent-bit/tests/runtime/data/es/json_es.h
@@ -0,0 +1,17 @@
+/* -*- Mode: C; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
+
+#define JSON_ES "[" \
+ "1448403340," \
+ "{" \
+ "\"key_0\": false," \
+ "\"key_1\": true," \
+ "\"key_2\": \"some string\"," \
+ "\"key_3\": 0.12345678," \
+ "\"key.4\": 5000," \
+ "\"END_KEY\": \"JSON_END\"" \
+ "}]"
+
+
+#define JSON_DOTS \
+ "[1448403340," \
+ "{\".le.vel\":\"error\", \".fo.o\":[{\".o.k\": [{\".b.ar\": \"baz\"}]}]}]"