-
Notifications
You must be signed in to change notification settings - Fork 377
/
Copy pathget_acl_details.json
52 lines (52 loc) · 1.39 KB
/
get_acl_details.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"creation_date": "2018-01-18",
"data_metadata": {
"data_source": [
"AWS Description"
],
"data_sourcetypes": [
"aws:description"
],
"providing_technologies": [
"AWS"
]
},
"description": "This search queries AWS description logs and returns all the information about a specific network ACL via network ACL ID",
"entities": [
"networkAclId"
],
"how_to_implement": "In order to implement this search, you must install the AWS App for Splunk (version 5.1.0 or later) and Splunk Add-on for AWS(version 4.4.0 or later) and configure your AWS description inputs.",
"id": "f3fb4d1b-5f33-4b01-b541-c7ah9534c242",
"investigate": {
"splunk": {
"fields_required": [
"networkAclId"
],
"schedule": {
"cron_schedule": "",
"earliest_time": "3600",
"latest_time": "0"
},
"search": "| search sourcetype=aws:description id={networkAclId} | table id account_id vpc_id network_acl_entries{}.*"
}
},
"maintainers": [
{
"company": "Splunk",
"email": "bpatel@splunk.com",
"name": "Bhavin Patel"
}
],
"modification_date": "2017-01-22",
"name": "AWS Network ACL Details from ID",
"original_authors": [
{
"company": "Splunk",
"email": "bpatel@splunk.com",
"name": "Bhavin Patel"
}
],
"spec_version": 2,
"type": "splunk",
"version": "1.0"
}