diff --git a/README.md b/README.md index 7c1a9eb33..e4a791a5d 100644 --- a/README.md +++ b/README.md @@ -19,11 +19,9 @@
-Parseable is a cloud native, log storage and analysis platform. Parseable is written in Rust and can be deployed on Baremetal, VMs, Containers (Kubernetes). +Parseable is a cloud native, log storage and analysis platform. Parseable is indexing free by design. Written in Rust, Parseable can be deployed on Baremetal, VMs and Kubernetes. -Parseable is designed to ensure index-free ingests log data via HTTP POST calls and exposes a query API to search and analyze logs. It is compatible with logging agents like FluentBit, LogStash, FileBeat among others. So, you can point existing logging agents to Parseable. - -Parseable ships with a GUI to query and analyze logs. +It ingests log data via HTTP POST calls and exposes a query API to search and analyze logs. It is compatible with logging agents like FluentBit, LogStash, FileBeat among others. ## Features @@ -95,13 +93,6 @@ export P_USERNAME="parseable" export P_PASSWORD="parseable" ``` -## Architecture - -

- Parseable Overview - Parseable Overview -

- ## Live Demo Try out Parseable server with our demo instance. Send log data to default log stream `frontend`