|
4 | 4 | "user/admin/settings.rst" |
5 | 5 | ], |
6 | 6 | "bash_calcite": [ |
7 | | - "user/ppl/interfaces/endpoint.rst", |
8 | | - "user/ppl/interfaces/protocol.rst" |
| 7 | + "user/ppl/interfaces/endpoint.md", |
| 8 | + "user/ppl/interfaces/protocol.md" |
| 9 | + ], |
| 10 | + "ppl_cli_calcite": [ |
| 11 | + "user/ppl/cmd/ad.md", |
| 12 | + "user/ppl/cmd/append.md", |
| 13 | + "user/ppl/cmd/bin.md", |
| 14 | + "user/ppl/cmd/dedup.md", |
| 15 | + "user/ppl/cmd/describe.md", |
| 16 | + "user/ppl/cmd/eventstats.md", |
| 17 | + "user/ppl/cmd/eval.md", |
| 18 | + "user/ppl/cmd/fields.md", |
| 19 | + "user/ppl/cmd/fillnull.md", |
| 20 | + "user/ppl/cmd/grok.md", |
| 21 | + "user/ppl/cmd/head.md", |
| 22 | + "user/ppl/cmd/join.md", |
| 23 | + "user/ppl/cmd/lookup.md", |
| 24 | + "user/ppl/cmd/parse.md", |
| 25 | + "user/ppl/cmd/patterns.md", |
| 26 | + "user/ppl/cmd/rare.md", |
| 27 | + "user/ppl/cmd/regex.md", |
| 28 | + "user/ppl/cmd/rename.md", |
| 29 | + "user/ppl/cmd/multisearch.md", |
| 30 | + "user/ppl/cmd/replace.md", |
| 31 | + "user/ppl/cmd/rex.md", |
| 32 | + "user/ppl/cmd/search.md", |
| 33 | + "user/ppl/cmd/showdatasources.md", |
| 34 | + "user/ppl/cmd/sort.md", |
| 35 | + "user/ppl/cmd/spath.md", |
| 36 | + "user/ppl/cmd/stats.md", |
| 37 | + "user/ppl/cmd/streamstats.md", |
| 38 | + "user/ppl/cmd/subquery.md", |
| 39 | + "user/ppl/cmd/syntax.md", |
| 40 | + "user/ppl/cmd/chart.md", |
| 41 | + "user/ppl/cmd/timechart.md", |
| 42 | + "user/ppl/cmd/top.md", |
| 43 | + "user/ppl/cmd/trendline.md", |
| 44 | + "user/ppl/cmd/where.md", |
| 45 | + "user/ppl/functions/aggregations.md", |
| 46 | + "user/ppl/functions/collection.md", |
| 47 | + "user/ppl/functions/condition.md", |
| 48 | + "user/ppl/functions/conversion.md", |
| 49 | + "user/ppl/functions/cryptographic.md", |
| 50 | + "user/ppl/functions/datetime.md", |
| 51 | + "user/ppl/functions/expressions.md", |
| 52 | + "user/ppl/functions/ip.md", |
| 53 | + "user/ppl/functions/json.md", |
| 54 | + "user/ppl/functions/math.md", |
| 55 | + "user/ppl/functions/relevance.md", |
| 56 | + "user/ppl/functions/statistical.md", |
| 57 | + "user/ppl/functions/string.md", |
| 58 | + "user/ppl/functions/system.md", |
| 59 | + "user/ppl/general/comments.md", |
| 60 | + "user/ppl/general/datatypes.md", |
| 61 | + "user/ppl/general/identifiers.md" |
9 | 62 | ], |
10 | 63 | "sql_cli": [ |
11 | 64 | "user/dql/expressions.rst", |
|
21 | 74 | "user/dql/complex.rst", |
22 | 75 | "user/dql/metadata.rst" |
23 | 76 | ], |
24 | | - "ppl_cli_calcite": [ |
25 | | - "user/ppl/cmd/ad.rst", |
26 | | - "user/ppl/cmd/append.rst", |
27 | | - "user/ppl/cmd/bin.rst", |
28 | | - "user/ppl/cmd/dedup.rst", |
29 | | - "user/ppl/cmd/describe.rst", |
30 | | - "user/ppl/cmd/eventstats.rst", |
31 | | - "user/ppl/cmd/eval.rst", |
32 | | - "user/ppl/cmd/fields.rst", |
33 | | - "user/ppl/cmd/fillnull.rst", |
34 | | - "user/ppl/cmd/grok.rst", |
35 | | - "user/ppl/cmd/head.rst", |
36 | | - "user/ppl/cmd/join.rst", |
37 | | - "user/ppl/cmd/lookup.rst", |
38 | | - "user/ppl/cmd/parse.rst", |
39 | | - "user/ppl/cmd/patterns.rst", |
40 | | - "user/ppl/cmd/rare.rst", |
41 | | - "user/ppl/cmd/regex.rst", |
42 | | - "user/ppl/cmd/rename.rst", |
43 | | - "user/ppl/cmd/multisearch.rst", |
44 | | - "user/ppl/cmd/replace.rst", |
45 | | - "user/ppl/cmd/rex.rst", |
46 | | - "user/ppl/cmd/search.rst", |
47 | | - "user/ppl/cmd/showdatasources.rst", |
48 | | - "user/ppl/cmd/sort.rst", |
49 | | - "user/ppl/cmd/spath.rst", |
50 | | - "user/ppl/cmd/stats.rst", |
51 | | - "user/ppl/cmd/streamstats.rst", |
52 | | - "user/ppl/cmd/subquery.rst", |
53 | | - "user/ppl/cmd/syntax.rst", |
54 | | - "user/ppl/cmd/chart.rst", |
55 | | - "user/ppl/cmd/timechart.rst", |
56 | | - "user/ppl/cmd/search.rst", |
57 | | - "user/ppl/functions/statistical.rst", |
58 | | - "user/ppl/cmd/top.rst", |
59 | | - "user/ppl/cmd/trendline.rst", |
60 | | - "user/ppl/cmd/where.rst", |
61 | | - "user/ppl/functions/collection.rst", |
62 | | - "user/ppl/functions/condition.rst", |
63 | | - "user/ppl/functions/datetime.rst", |
64 | | - "user/ppl/functions/expressions.rst", |
65 | | - "user/ppl/functions/ip.rst", |
66 | | - "user/ppl/functions/json.rst", |
67 | | - "user/ppl/functions/math.rst", |
68 | | - "user/ppl/functions/relevance.rst", |
69 | | - "user/ppl/functions/string.rst", |
70 | | - "user/ppl/functions/conversion.rst", |
71 | | - "user/ppl/general/datatypes.rst", |
72 | | - "user/ppl/general/identifiers.rst" |
73 | | - ], |
74 | 77 | "bash_settings": [ |
75 | | - "user/ppl/admin/settings.rst" |
| 78 | + "user/ppl/admin/settings.md" |
76 | 79 | ] |
77 | 80 | } |
0 commit comments