Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

week 2 #19

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 15 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,48 +1,46 @@
# Name

write-your-name

# How many points have you earned?

0/100

(Make your own calculation and replace the number 0 with the points you think you've earned.)
Jake White

# Show and tell (10 points)

[title-of-the-article](http://link-to-an-interesting-article-about-a-cool-use-of-arduino)
[Build a Universal Smart Remote Control with an Arduino](http://lifehacker.com/build-a-universal-smart-remote-control-with-an-arduino-1627481048)

# Checkpoints

## Checkpoint 1 (5 points)

![image](image.png?raw=true)
![image](http://i.imgur.com/wuER8cu.png?1)

## Checkpoint 2 (5 points)

![image](image.png?raw=true)
![image](http://i.imgur.com/iMs8VcZ.png?1)

## Checkpoint 3 (5 points)

![image](image.png?raw=true)
![image](http://i.imgur.com/dJus5Wb.png?1)

## Checkpoint 4 (5 points)

![image](image.png?raw=true)
![image](http://i.imgur.com/r8uCZXY.png?1)

## Study Questions (3 points x 4 = 12 points)

### Q1. (3 points)

fill-in-your-answer
In the tutorial data provided by Splunk, what do the host names www1, www2, and www3 mean? Why are there three?
- Different servers


### Q2. (3 points)

fill-in-your-answer
"status=200" indicates a sucessfull purchase

### Q3. (3 points)

fill-in-your-answer
What is your best guess as the rationale behind the heavy use of the | (pipe) operator in Splunk queries?
it makes the search queries easier to read and manipulate.
is intended for linix users/ splunk is trying to appeal to computer scientists.

### Q4. (3 points)

Expand All @@ -52,9 +50,9 @@ fill-in-your-answer

## Challenge 1-a (2 points)
```
sourcetype=access_* [fill-in-the-rest]
sourcetype=access_* | stats count
```
![image](image.png?raw=true)
![image](http://i.imgur.com/vwwnBmS.png?1)

## Challenge 1-b (2 points)
```
Expand Down