Skip to content

Commit

Permalink
Bring back "Software and hardware requirements" section (#935)
Browse files Browse the repository at this point in the history
After the recent reorganization of documentation this section was lost.
Bring it back to `limitations.md` file. Note that this section was
originally on the "Getting started" page, but now it's on the
"Limitations" page.

Signed-off-by: Piotr Grabowski <[email protected]>
  • Loading branch information
avelanarius authored Oct 31, 2024
1 parent c23998f commit b4be6d0
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/public/docs/limitations.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,17 @@ It does not do tokenization, natural language processing or scoring.
* Unsupported example: You need top 10 results for query car and expect to find article with word automobile.
* Good fit: Searching for logs such as `InvalidPassword` should also match `InvalidPasswordError` without `*` as required in Elastic.

## Software and hardware requirements
We recommend setting up at least 2 CPU cores and 2GBs of RAM for the Quesma container. The requirements may vary depending on the workload and the number of concurrent connections.
Quesma has been tested with the following software versions:
| Software | Version |
|----------------------------------|-----------------|
| Docker | `24.0.7` |
| Elasticsearch/Kibana | `8.11.1` |
| ClickHouse | `24.1`, `23.12` |
| OpenSearch/OpenSearch Dashboards | `2.12.0` |
| Hydrolix | `v4.8.12` |

## Functional limitations
Currently supported:
- front-end support for Kibana and Open Search Dashboards, limited to Discover(LogExplorer) interface and Dashboard panels
Expand Down

0 comments on commit b4be6d0

Please sign in to comment.