@@ -27,20 +27,20 @@ Parseable ships with a GUI to query and analyze logs.
27
27
28
28
## Features
29
29
30
- [ x] Highly compressed log data storage with [ Parquet] ( https://parquet.apache.org ) .
31
- [ x] Use standard SQL for querying log data.
32
- [ x] Auto inferred schema for log streams.
33
- [ x] Dashboard to query the log data.
34
- [ x] Compatible with existing logging agents.
35
- [ x] Scale with scaling up the node.
36
- [ ] Configurable alerting.
37
- [ ] Distributed, multi-node cluster.
38
- [ ] Log data visualization via Parseable UI.
39
- [ ] Access control for users and groups.
40
- [ ] Log data retention and export.
41
- [ ] Kafka plugin to ingest log data.
42
- [ ] Grafana plugin to visualize log data.
43
- [ ] Anomaly detection within log data.
30
+ - [x] Highly compressed log data storage with [ Parquet] ( https://parquet.apache.org ) .
31
+ - [x] Use standard SQL for querying log data.
32
+ - [x] Auto inferred schema for log streams.
33
+ - [x] Dashboard to query the log data.
34
+ - [x] Compatible with existing logging agents.
35
+ - [x] Scale with scaling up the node.
36
+ - [ ] Configurable alerting.
37
+ - [ ] Distributed, multi-node cluster.
38
+ - [ ] Log data visualization via Parseable UI.
39
+ - [ ] Access control for users and groups.
40
+ - [ ] Log data retention and export.
41
+ - [ ] Kafka plugin to ingest log data.
42
+ - [ ] Grafana plugin to visualize log data.
43
+ - [ ] Anomaly detection within log data.
44
44
45
45
## Getting Started
46
46
0 commit comments