tag
spl▌
2 indexed skills · max 10 per page
skills (2)
building-detection-rule-with-splunk-spl
mukul975/Anthropic-Cybersecurity-Skills · building-detection-rule-with-splunk-spl
Build effective detection rules using Splunk Search Processing Language (SPL) correlation searches to identify security threats in SOC environments.
spl-to-apl
axiomhq/skills · Productivity
Type safety: Fields like status are often stored as strings. Always cast before numeric comparison: toint(status) >= 500, not status >= 500.