You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@
6
6
7
7
This plugin adds [Processing Pipeline](http://docs.graylog.org/en/latest/pages/pipelines.html) functions to enrich log messages with threat intelligence data.
8
8
9
-
It currently supports the following data feeds:
9
+
## Supported data feeds
10
10
11
11
*[AlienVault Open Threat Exchange (OTX)](https://otx.alienvault.com/) (One API call per lookup but cached)
12
12
* IP addresses
@@ -21,7 +21,7 @@ It currently supports the following data feeds:
21
21
* WHOIS information
22
22
* IP addresses
23
23
24
-
# Example
24
+
##Example
25
25
26
26
```
27
27
let src_addr_intel = threat_intel_lookup_ip(to_string($message.src_addr), "src_addr");
0 commit comments