Table of Contents
This project is used to cover basic requirements for elastic certified engineer exam.
- 3h practical hands-on exam on 10 tasks
- no multiple choice questions
- Data Management
- Define an index that satisfies a given set of requirements
- Define and use an index elastic-certification for a given pattern that satisfies a given set of requirements
- Define and use a dynamic elastic-certification that satisfies a given set of requirements
- Define an Index Lifecycle Policy for a time-series index
- Define an index elastic-certification that creates a new data stream
- Searching data
- Write and execute a search query for terms and/or phrases in one or more fields of an index
- Write and execute a search query that is a boolean combination of multiple queries and filters
- Write and execute metric and bucket aggregations
- Write and execute aggregations that contain sub-aggregations
- Write and execute a query that searches accross multiple clusters
- Write and execute a search that utilizes a runtime field
- Developing search applications
- Highlight the search terms in the response of a query
- Sort the results of a query by a given set of requirements
- Implement pagination of the results of a search query
- Define and use index aliases
- Define and use a search template
- Data Processing
- Define a mapping that satisfies a given set of requirements
- Define and use a custom analyzer that satisfies a given set of requirements
- Define and use multi-fields with different data types and/or analyzers
- Use the Reindex API and update by query api to reindex
- Define and use an ingest pipleine that satisfies a given set of requirements, including the use of painless to modify docuemnts
- Define runtime fields to retrieve custom values using painless scripting
- Cluster Management
- Diagnose shard issues and repair a cluster's health
- Backup and restore a cluster and/or specific indices
- Configure a snapshot to be searchable
- Configure a cluster for cross cluster search
- Implement cross-cluster replication
- Markdown
- Docker
- Docker
- Docker-compose
Below is an example of how you can instruct your audience on installing and setting up your app. This elastic-certification doesn't rely on any external dependencies or services.
- Clone the repo
git clone git@github.com:derchrischkya/elastic-certification.git
- Check out the
project
ortopics
folder - Spin up elastic deployment with make command, check out possibilities with
make help
cd ./deployment make help
- Go for practical hands-on!
- [x]
See the open issues for a full list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Christoph Richter - christoph.richter1997@gmail.com
Project Link: https://github.com/derchrischkya/elastic-certification
Use this space to list resources you find helpful and would like to give credit to. I've included a few of my favorites to kick things off!