2
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-12-21 13:23:02 +01:00
Files
dockerfiles_vimagick/opensearch/README.md
2024-08-30 18:20:38 +08:00

17 lines
359 B
Markdown

opensearch
==========
[OpenSearch][1] is a community-driven, Apache 2.0-licensed open source search
and analytics suite that makes it easy to ingest, search, visualize, and
analyze data.
```bash
$ docker compose up -d
$ curl -u admin:admin http://localhost:9200
$ curl -u admin:admin http://localhost:9200/_cat/plugins?v
```
[1]: https://opensearch.org/