-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
66 lines (64 loc) · 2.31 KB
/
mkdocs.yml
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
site_name: Flume
site_author: Rodney Gomes <[email protected]>
include_next_prev: false
pages:
- Home: 'index.md'
- Overview: 'overview.md'
- User Guide:
- Installation: 'installation.md'
- First Steps: 'first_steps.md'
- Documentation:
- Adapters:
- Streamers:
- 'overview': 'adapters/streamers/index.md'
- 'csv': 'adapters/streamers/csv.md'
- 'grok': 'adapters/streamers/grok.md'
- 'json': 'adapters/streamers/json.md'
- 'jsonl': 'adapters/streamers/jsonl.md'
- 'overview': 'adapters/index.md'
- 'elastic': 'adapters/elastic.md'
- 'http': 'adapters/http.md'
- 'stdio': 'adapters/stdio.md'
- Moments: 'moments.md'
- Procs:
- 'overview': 'procs/index.md'
- 'diff': 'procs/diff.md'
- 'filter': 'procs/filter.md'
- 'head': 'procs/head.md'
- 'intersect': 'procs/intersect.md'
- 'keep': 'procs/keep.md'
- 'put': 'procs/put.md'
- 'reduce': 'procs/reduce/index.md'
- 'remove': 'procs/remove.md'
- 'seq': 'procs/seq.md'
- 'sort': 'procs/sort.md'
- 'tail': 'procs/tail.md'
- 'union': 'procs/union.md'
- Reducers:
- 'overview': 'procs/reduce/reducers/index.md'
- 'count': 'procs/reduce/reducers/count.md'
- 'date': 'procs/reduce/reducers/date.md'
- 'funcr': 'procs/reduce/reducers/funcr.md'
- 'iterate': 'procs/reduce/reducers/iterate.md'
- 'math': 'procs/reduce/reducers/math.md'
- 'maximum': 'procs/reduce/reducers/maximum.md'
- 'minimum': 'procs/reduce/reducers/minimum.md'
- Sinks:
- Views:
- 'overview': 'sinks/views/index.md'
- 'gnuplot': 'sinks/views/gnuplot.md'
- 'pygal': 'sinks/views/pygal.md'
- 'overview': 'sinks/index.md'
- 'barchart': 'sinks/barchart.md'
- 'linechart': 'sinks/linechart.md'
- 'memory': 'sinks/memory.md'
- 'timechart': 'sinks/timechart.md'
- 'write': 'sinks/write.md'
- Sources:
- 'overview': 'sources/index.md'
- 'emit': 'sources/emit.md'
- 'read': 'sources/read.md'
- Third Party:
- 'overview': 'thirdparty/index.md'
- 'github': 'thirdparty/github.md'
- 'syslog': 'thirdparty/syslog.md'