Skip to content

Commit 80d47bb

Browse files
authored
fix check list (#124)
1 parent 3f6ac77 commit 80d47bb

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

README.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -27,20 +27,20 @@ Parseable ships with a GUI to query and analyze logs.
2727

2828
## Features
2929

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.
4444

4545
## Getting Started
4646

0 commit comments

Comments
 (0)