Skip to content

Commit

Permalink
Add ELK resources
Browse files Browse the repository at this point in the history
  • Loading branch information
abregman committed Feb 14, 2020
1 parent a656a87 commit 2b0568a
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@
<td align="center"><a href="resources/puppet.md"><img src="images/puppet.png" width="75px;" height="75px;" alt="puppet"/><br /><b>Puppet</b></a></td>
<td align="center"><a href="resources/openshift.md"><img src="images/openshift.png" width="75px;" height="75px;" alt="OpenShift"/><br /><b>OpenShift</b></a></td>
</tr>
<tr>
<td align="center"><a href="resources/elk.md"><img src="images/elk.png" width="75px;" height="75px;" alt="ELK"/><br /><b>ELK</b></a></td>
</tr>
</table>
</center>
<!-- markdownlint-enable -->
Expand Down
Binary file added images/elk.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
39 changes: 39 additions & 0 deletions resources/elk.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
## ELK articles

https://logz.io/learn/complete-guide-elk-stack

## Logstash Videos

## Data Sets

https://www.kaggle.com

## Tools

https://grokdebug.herokuapp.com

## Logstash Cheat Sheet

* input - filebeat

```
input {
beats {
port => 5044
}
}
```

* Check if Logstash receiving logs from filebeat:

```
tcpdump -Xni eth0 port 5140
```

## Elsaticsearch Cheat Sheet

* Test elasticsearch

```
curl localhost:9200
```

0 comments on commit 2b0568a

Please sign in to comment.