Add a couple of questions and a new exercise
This commit is contained in:
@ -1,21 +0,0 @@
|
||||
# Elasticsearch, Kibana and AWS
|
||||
|
||||
Your task is to build an elasticsearch cluster along with Kibana dashboard on one of the following clouds:
|
||||
|
||||
* AWS
|
||||
* OpenStack
|
||||
* Azure
|
||||
* GCP
|
||||
|
||||
You have to describe in details (preferably with some drawings) how you are going to set it up.
|
||||
Please describe in detail:
|
||||
|
||||
- How you scale it up or down
|
||||
- How you quickly (less 20 minutes) provision the cluster
|
||||
- How you apply security policy for access control
|
||||
- How you transfer the logs from the app to ELK
|
||||
- How you deal with multi apps running in different regions
|
||||
|
||||
## Solution
|
||||
|
||||
One Possible solution can be found [here](solutions/elk_kibana_aws.md)
|
@ -1,4 +1,22 @@
|
||||
# Elasticsearch, Kibana and AWS - Solution
|
||||
# Elasticsearch, Kibana and AWS
|
||||
|
||||
Your task is to build an elasticsearch cluster along with Kibana dashboard on one of the following clouds:
|
||||
|
||||
* AWS
|
||||
* OpenStack
|
||||
* Azure
|
||||
* GCP
|
||||
|
||||
You have to describe in details (preferably with some drawings) how you are going to set it up.
|
||||
Please describe in detail:
|
||||
|
||||
- How you scale it up or down
|
||||
- How you quickly (less 20 minutes) provision the cluster
|
||||
- How you apply security policy for access control
|
||||
- How you transfer the logs from the app to ELK
|
||||
- How you deal with multi apps running in different regions
|
||||
|
||||
# Solution
|
||||
|
||||
This one out of many possible solutions. This solution is relying heavily on AWS.
|
||||
|
8
exercises/programming/web_scraper.md
Normal file
8
exercises/programming/web_scraper.md
Normal file
@ -0,0 +1,8 @@
|
||||
## Web Scraper
|
||||
|
||||
1. Pick a web site to scrape
|
||||
2. Using any language you would like, write a web scraper to save some data from the site you chose
|
||||
3. Save the results to a database (doesn't matter which database, just pick one)
|
||||
|
||||
|
||||
* Note: if you don't know which site to pick up have a look [here](http://toscrape.com)
|
Reference in New Issue
Block a user