mirror of
https://github.com/vee1e/PcapMonkey.git
synced 2026-09-01 17:57:29 +00:00
Merge branch 'master' of github.com:certego/snowcrash
This commit is contained in:
commit
a8e14ac547
4 changed files with 13 additions and 2 deletions
15
README.md
15
README.md
|
|
@ -152,5 +152,16 @@ Start the Elasticsearch with filebeat container:
|
|||
sudo docker-compose up -d elasticsearch filebeat kibana
|
||||
```
|
||||
|
||||
You can see your logs in `filebeat-*` index on Elasticsearch:
|
||||
[Todo screenshots]
|
||||
Create a new index for filebeat.
|
||||
|
||||
```Stack Management -> Index Patterns -> Create new pattern.```
|
||||
|
||||

|
||||
|
||||
Enter index pattern name `filebeat-*` and select `@timestamp` as the time field.
|
||||
|
||||

|
||||
|
||||
You can view your logs in `filebeat-*` index in the Discover section.
|
||||
|
||||

|
||||
BIN
images/kibana_index_dropdown_filebeat.png
Normal file
BIN
images/kibana_index_dropdown_filebeat.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 17 KiB |
BIN
images/kibana_management_filebeat.png
Normal file
BIN
images/kibana_management_filebeat.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 10 KiB |
BIN
images/kibana_new_index_filebeat.png
Normal file
BIN
images/kibana_new_index_filebeat.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 7.7 KiB |
Loading…
Add table
Add a link
Reference in a new issue