Sha256: ac60f12bc498fde46ae6bf6adaca3f6285f0ae8e36040f3396ec30e99f16c32b

Contents?: true

Size: 396 Bytes

Versions: 1

Compression:

Stored size: 396 Bytes

Contents

{
  "cisco_asa": ["hostname", "contains", "-asa-"],
  "windows": [
    "or", [
      ["hostname", "contains", "-sql-"],
      ["hostname", "contains", "-dc-"]]],
  "bigip": [
    "and", [
      ["hostname", "contains", "-bigip-"],
      ["not", ["message", "contains", "elephant"]]]],
  "web_servers": [
    "and", [
      ["hostname", "starts_with", "web"],
      ["program", "eq", "httpd"]]]
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
logstash-filter-categoriser-1.0.0 spec/fixtures/test.rules.json