meta data for this page
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| soc:tools:kibana [2026/06/10 09:18] – titannet | soc:tools:kibana [2026/06/10 12:57] (current) – titannet | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Kibana ====== | ====== Kibana ====== | ||
| + | |||
| + | ===== Query Basics ===== | ||
| Line 11: | Line 13: | ||
| - Turn off KQL to use the Lucene query syntax | - Turn off KQL to use the Lucene query syntax | ||
| - | ==== Fuzzy ==== | + | === Fuzzy === |
| | '' | | '' | ||
| Line 26: | Line 28: | ||
| Description: | Description: | ||
| </ | </ | ||
| + | |||
| + | ==== EQL ==== | ||
| + | |||
| + | < | ||
| + | file where host.os.type == " | ||
| + | | ||
| + | | ||
| + | "/ | ||
| + | "/ | ||
| + | "/ | ||
| + | ) | ||
| + | |||
| + | </ | ||
| + | |||
| + | ===== Quicksheets ===== | ||
| + | |||
| + | ==== Http/s ==== | ||
| + | |||
| + | < | ||
| + | client.ip | ||
| + | user.agent | ||
| + | http.request.method | ||
| + | url.path | ||
| + | http.response.status_code | ||
| + | </ | ||
| + | |||
| + | |||
| + | |||