-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yaml
94 lines (89 loc) · 2.34 KB
/
config.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
---
port: 5017
persistence:
enabled: true
redis:
endpoint: redis:6379
password: ""
db: 0
idle_conn: 2
max_conn: 10
output:
elasticsearch:
enabled: true
endpoint: elasticsearch:9200
scheme: http
# aws_auth:
# access_key_id: changeme
# secret_access_key: changeme
# region: eu-west-1
# basic_auth:
# username: elastic
# password: changeme
collections:
- name: logs
flush_period: 5 seconds # hours|minutes|seconds|milliseconds
retention_period: 45 minutes
shards: 5
replicas: 1
schema:
source:
type: string
max_length: 64
stream:
type: string
length: 6
event:
type: string
time:
type: datetime
date_format: 2006-01-02T15:04:05.999999999Z07:00
# # # # # # # # # # # # # # # # # #
# #
# create a collection of your own #
# #
# # # # # # # # # # # # # # # # # #
#
# supported types
# # # # # # # # #
#
# * bool : True or False
#
# * unint8 : 0 to 255
# * uint16 : 0 to 65535
# * uint32 : 0 to 4294967295
# * unit64 : 0 to 18446744073709551615
#
# * int8 : -128 to 127
# * int16 : -32768 to 32767
# * int32 : -2147483648 to 2147483647
# * int64 : -9223372036854775808 to 9223372036854775807
#
# * float32 : -3.40282346638528859811704183484516925440e+38 to 3.40282346638528859811704183484516925440e+38
# * float64 : -1.797693134862315708145274237317043567981e+308 to 1.797693134862315708145274237317043567981e+308
#
# * string : sequence of characters
# * lenght: string exact length
# * max_length: string maximum length
#
# * datetime : '1970-01-01 00:00:01.000000000' UTC to '2038-01-19 03:14:07.999999999' UTC
# * date_format: date format string
# * Mon Jan _2 15:04:05 2006
# * Mon Jan _2 15:04:05 MST 2006
# * Mon Jan 02 15:04:05 -0700 2006
# * 02 Jan 06 15:04 MST
# * 02 Jan 06 15:04 -0700
# * Monday, 02-Jan-06 15:04:05 MST
# * Mon, 02 Jan 2006 15:04:05 MST
# * Mon, 02 Jan 2006 15:04:05 -0700
# * 2006-01-02T15:04:05Z07:00
# * 2006-01-02T15:04:05.999999999Z07:00
# * 3:04PM
# * Jan _2 15:04:05
# * Jan _2 15:04:05.000
# * Jan _2 15:04:05.000000
# * Jan _2 15:04:05.000000000
# * 2006-01-02 15:04:05 MST
# * 2006-01-02 15:04:05.999999999 MST
#
# * object : inner document