-
Notifications
You must be signed in to change notification settings - Fork 377
/
Copy pathget_user_info_from_identity_table.json
49 lines (49 loc) · 1.23 KB
/
get_user_info_from_identity_table.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
{
"creation_date": "2017-04-10",
"data_metadata": {
"data_source": [
"Identity Table"
],
"providing_technologies": [
"Splunk Enterprise Security"
]
},
"description": "Gather more information about the user identified in the Notable Event.",
"entities": [
"user"
],
"how_to_implement": "To successfully implement this search you must have populated the identity table with information about your users.",
"id": "bc91a8cf-35e7-4bb2-8140-e756cc06fd74",
"investigate": {
"splunk": {
"fields_required": [
"user"
],
"schedule": {
"cron_schedule": "",
"earliest_time": "864000",
"latest_time": "86400"
},
"search": "| `identities` | search identity={user} | table _time, identity, first, last, email, category, watchlist"
}
},
"maintainers": [
{
"company": "Splunk",
"email": "bpatel@splunk.com",
"name": "Bhavin Patel"
}
],
"modification_date": "2017-09-20",
"name": "Get User Information from Identity Table",
"original_authors": [
{
"company": "Splunk",
"email": "bpatel@splunk.com",
"name": "Bhavin Patel"
}
],
"spec_version": 2,
"type": "splunk",
"version": "1.0"
}