Module 7 & 8 Flashcards

(17 cards)

1
Q

What are reports

A

Saved searches

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Naming reports and dashboards

A

groupname_objecttype_description

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Where can you save a search as a report, alert, or dashboard?

A

Save as in the top right

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Are dashboards private by default

A

yes

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Inline Panel

A

Created when a search goes directly to dashboard

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Report Panel

A

Create a dashboard panel from reports
multiple dahsboars can use a single report

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Pre built panel

A

Save an existing panel as a prebuilt
good for non technical users

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Where do you edit a dahsboard

A

UI - normal clicking
Source - edit XML source code

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What can you add to dashboards

A

Panels - inline, report, prebuilt
inputs - dropdowns, radio button, checkbox

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Drilldown editor

A

Used to configureactions to take when you click on fields, rows, columns and visualizations
most common to link to search

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Clone dahsboard

A

Good when making changes or updates

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What is a Lookup

A

a way to enrich (add new fields) your data from a lookup table
you can lookup data from an external file

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Types of lookups

A

CSV - small static data sets
KV store lookups - external fields are found in a KV store collection, use for large lookup tables that change frequently
external or scripted - fields found in external source, use python scripts or binary executables to populate fields
Geospatial - add external fields that define boundaries of mapped regions (KML or KMZ files)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Lookup definition

A

Whenn you have a lookup you need a lookup definition
One definition can apply to multiple lookups
Need:
Name, type (ex: file-based), select the lookup file

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

How do you validate lookups

A

| inputlookup

inputlookup

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

| lookup

lookup functions

A

OUTPUT - adds fields from lookup table
OUTPUTNEW - same as above but only adds the field if it doesnt exist in data
INPUTLOOKUP - reads and displays data directly from lookup file
OUTPUTLOOKUP - Writes or updates data in lookupfile