Skip to content

Commit

Permalink
add information about default ES indexes to search Readme (amundsen-i…
Browse files Browse the repository at this point in the history
…o#1198)

Signed-off-by: iamtodor <todor.ilya@gmail.com>
  • Loading branch information
iamtodor authored and Hans Adriaans committed Jun 30, 2022
1 parent 1bdff69 commit 1e39fa4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions search/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@

Amundsen Search service serves a Restful API and is responsible for searching metadata. The service leverages [Elasticsearch](https://www.elastic.co/products/elasticsearch "Elasticsearch") for most of it's search capabilites.

By default, it creates in total 3 indexes:
* table_search_index
* user_search_index
* dashboard_search_index

For information about Amundsen and our other services, refer to this [README.md](./../README.md). Please also see our instructions for a [quick start](./../docs/installation.md#bootstrap-a-default-version-of-amundsen-using-docker) setup of Amundsen with dummy data, and an [overview of the architecture](./../docs/architecture.md#architecture).

## Requirements
Expand Down

0 comments on commit 1e39fa4

Please sign in to comment.