mirror of
https://github.com/splunk/security_content
synced 2026-06-08 17:32:49 +00:00
47 lines
845 B
JSON
47 lines
845 B
JSON
{
|
|
"title": "Lookup",
|
|
"type": "object",
|
|
"properties": {
|
|
"name": {
|
|
"title": "Name",
|
|
"type": "string"
|
|
},
|
|
"description": {
|
|
"title": "Description",
|
|
"type": "string"
|
|
},
|
|
"collection": {
|
|
"title": "Collection",
|
|
"type": "string"
|
|
},
|
|
"fields_list": {
|
|
"title": "Fields List",
|
|
"type": "string"
|
|
},
|
|
"filename": {
|
|
"title": "Filename",
|
|
"type": "string"
|
|
},
|
|
"default_match": {
|
|
"title": "Default Match",
|
|
"type": "string"
|
|
},
|
|
"match_type": {
|
|
"title": "Match Type",
|
|
"type": "string"
|
|
},
|
|
"min_matches": {
|
|
"title": "Min Matches",
|
|
"type": "integer"
|
|
},
|
|
"case_sensitive_match": {
|
|
"title": "Case Sensitive Match",
|
|
"type": "string"
|
|
}
|
|
},
|
|
"required": [
|
|
"name",
|
|
"description"
|
|
]
|
|
}
|