blob: d28507b17d3ec9c1e3b1767abe3841145dbce113 [file] [log] [blame]
{
"isEnabled": true,
"config": {
"alertEntry": [
{
"label": "Internal ticketing system",
"urlPattern": "http://mytickets.org/tickets/{id}"
}
],
"metaAlertEntry": [
{
"label": "MetaAlert specific item",
"urlPattern": "http://mytickets.org/tickets/{id}"
}
],
"id": [
{
"label": "Dynamic menu item 01",
"urlPattern": "http://mytickets.org/tickets/{}"
}
],
"ip_src_addr": [
{
"label": "IP Investigation Notebook",
"urlPattern": "http://zepellin.example.com:9000/notebook/BLAHBAH?ip={ip_src_addr}"
},
{
"label": "IP Conversation Investigation",
"urlPattern": "http://zepellin.example.com:9000/notebook/BLAHBAH?ip_src_addr={ip_src_addr}&ip_dst_addr={ip_dst_addr}"
}
],
"ip_dst_addr": [
{
"label": "IP Investigation Notebook",
"urlPattern": "http://zepellin.example.com:9000/notebook/BLAHBAH?ip={ip_dst_addr}"
},
{
"label": "IP Conversation Investigation",
"urlPattern": "http://zepellin.example.com:9000/notebook/BLAHBAH?ip_src_addr={ip_src_addr}&ip_dst_addr={ip_dst_addr}"
}
],
"host": [
{
"label": "Whois Reputation Service",
"urlPattern": "https://www.whois.com/whois/{}"
}
]
}
}