Skip to content

Commit 7efcf60

Browse files
author
Lennart Koopmann
authored
Update README.md
1 parent eafda90 commit 7efcf60

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
This plugin adds [Processing Pipeline](http://docs.graylog.org/en/latest/pages/pipelines.html) functions to enrich log messages with threat intelligence data.
88

9-
It currently supports the following data feeds:
9+
## Supported data feeds
1010

1111
* [AlienVault Open Threat Exchange (OTX)](https://otx.alienvault.com/) (One API call per lookup but cached)
1212
* IP addresses
@@ -21,7 +21,7 @@ It currently supports the following data feeds:
2121
* WHOIS information
2222
* IP addresses
2323

24-
# Example
24+
## Example
2525

2626
```
2727
let src_addr_intel = threat_intel_lookup_ip(to_string($message.src_addr), "src_addr");

0 commit comments

Comments
 (0)