Skip to content

Project was used to get used to elastic certified engineer exam

Notifications You must be signed in to change notification settings

derchrischkya/elastic-certification

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub Workflow Status (with event) GitHub release (with filter)

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. Contributing
  6. Contact
  7. Acknowledgments

About The Project

This project is used to cover basic requirements for elastic certified engineer exam.

About the exam

  • 3h practical hands-on exam on 10 tasks
  • no multiple choice questions

Exam topics

  1. 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
  1. 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
  1. 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
  1. 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
  1. 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

(back to top)

Built With

  • Markdown
  • Docker

(back to top)

Getting Started

Prerequisites

  • Docker
  • Docker-compose

Installation

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.

  1. Clone the repo
    git clone git@github.com:derchrischkya/elastic-certification.git
  2. Check out the project or topics folder
  3. Spin up elastic deployment with make command, check out possibilities with make help
    cd ./deployment
    make help
  4. Go for practical hands-on!

(back to top)

Roadmap

  • [x]

See the open issues for a full list of proposed features (and known issues).

(back to top)

Contributing

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!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

Contact

Christoph Richter - christoph.richter1997@gmail.com

Project Link: https://github.com/derchrischkya/elastic-certification

(back to top)

Acknowledgments

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!

(back to top)

About

Project was used to get used to elastic certified engineer exam

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published