Thẻ ghi nhớ: Splunk Fundamentals 2 | Quizlet

0.0(0)
studied byStudied by 8 people
full-widthCall with Kai
GameKnowt Play
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/95

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

96 Terms

1
New cards

These are booleans in the Splunk Search Language.

IF

NOT

AND

OR

NOT; AND; OR

2
New cards

Which is not a comparison operator in Splunk?

>

<=

?=

!=

=

?=

3
New cards

Which command removes results with duplicate field values?

dedup

join

distinct

limit

dedup

4
New cards

Warm buckets in Splunk indexes are named by:

the server that sent the events

a naming convention the administrator determines

the timestamps of first and last event in the bucket

the timestamps of first and last event in the bucket

5
New cards

The search job inspector shows you how long a given search took to run.

false

true

true

6
New cards

Bucket names in Splunk indexes are used to:

determine who has access to the events

determine if the bucket should be searched based on the time range of the search

indicate where the bucket should be stored when it transfers from hot to cold

determine if the bucket should be searched based on the time range of the search

7
New cards

Which of the following is NOT a stats function:

sum

count

addtotals

avg

addtotals

8
New cards

Time is the most efficient filter you can apply to a search.

false

true

true

9
New cards

When searching, field values are case:

insensitive

sensitive

insensitive

10
New cards

By default, the top command returns the top ____ values of a given field.

20

3

5

10

10

11
New cards

The timechart command buckets data in time intervals depending on:

the number of events returned

the selected time range

the type of visualization selected

the selected time range

12
New cards

How is the asterisk used in Splunk search?

to add up numbers

as a place holder

as a wildcard

as a wildcard

13
New cards

Field values are case sensitive.

true

false

false

14
New cards

How many results are shown by default when using a Top or Rare Command?

10

15
New cards

Which of these search strings is NOT valid:

index=web status=50* | chart count by host, status

index=web status=50* | chart count over host by status

index=web status=50* | chart count over host, status

index=web status=50* | chart count over host, status

16
New cards

The _____ axis should always be numeric.

x

y

y

17
New cards

Which type of visualization allows you to show a third dimension of data?

pie chart

scatter chart

bubble chart

area chart

bubble chart

18
New cards

In this search, __________ will appear on the y-axis. SEARCH: sourcetype=access_combined status!=200 | chart count over host

count

host

status

count

19
New cards

The ______ clause allows you to define which field is represented on the X axis of a chart.

by

over

over

20
New cards

Which option is NOT available with the chart and timechart commands?

limit

useother

usefill

usefill

21
New cards

This command will compute the sum of numeric fields within events and place the result in a new field:

addtotals

addrowtotals

addcoltotals

addtotals

22
New cards

The iplocation and geostats commands can be used together.

true

false

true

23
New cards

Which command is used to create choropleth maps?

geostats

cluster

geom

geom

24
New cards

The iplocation command:

returns the latitude and longitude of the server that produced the event

returns location information for events that include external IP addresses

returns external IP addresses based on location data in events

returns location information for events that include external IP addresses

25
New cards

The gauge command:

creates a single-value visualization

creates a radial gauge visualization

allows you to set colored ranges for a single-value visualization

allows you to set colored ranges for a single-value visualization

26
New cards

The geom command allows you to create:

choropleth maps

radial gauges

standard maps

choropleth maps

27
New cards

The trendline command requires the following three arguments:

trend type, time period, and field

wma, sma, and ema

trend type, time period, and field

28
New cards

What is wrong with the following search syntax: sourcetype=vendor_sales | eval SalesTerritory = if((VendorID >= 7000 AND VendorID < 8000), Asia, "Rest of the World") | stats sum(price) as TotalRevenue by SalesTerritory

you cannot nest searches when using the if function nothing, the search syntax is valid

Asia is not in double quotes

Asia is not in double quotes

29
New cards

The _____ function of the eval command can take multiple boolean arguments.

case

if

case

30
New cards

You can only use one eval command per search.

false

true

false

31
New cards

By default, the fillnull Command replaces null values with:

0

a blank space

null

0

32
New cards

If you want to format values without changing their characteristics, which would you use?

the eval tostring function

the fieldformat command

the fieldformat command

33
New cards

The eval command 'if' function requires the following three arguments (in order):

boolean expression, result if false, result if true

boolean expression, result if true, result if false

result if true, result if false, boolean expression

result if false, result if true, boolean expression

boolean expression, result if true, result if false

34
New cards

The eval command overwrites field values in the Splunk index.

false

true

false

35
New cards

If the destination field for the eval command already exists, it is:

ignored

appended with an integer

overwritten by the new field defined in the eval command

overwritten by the new field defined in the eval command

36
New cards

The transaction command allows you to _________ events across multiple sources.

persist

duplicate

correlate

tag

correlate

37
New cards

What will you learn from the results of the following search?

sourcetype=cisco_esa | transaction mid, dcid, icid | timechart avg(duration)

the average time elapsed during each transaction for all transactions

the average time for each event within each transaction the average time between each transaction

the average time elapsed during each transaction for all transactions

38
New cards

The maxpause definition:

finds groups of events where the first and last events are separated by a span of time that does not exceed a certain amount

finds groups of events where the span of time between included events does not exceed a specific value

finds groups of related events where the total number of events does not exceed a specific number

finds groups of events where the span of time between included events does not exceed a specific value

39
New cards

Mark the terms that fill in the blanks in the correct order:

Use _____ to see results of a calculation, or group events on a field value. Use _____ to see events correlated together, or grouped by start and end values.

stats, transaction

transaction, stats

stats, transaction

40
New cards

Which function should you use with the transaction command to set the maximum total time between the earliest and latest events returned?

maxspan

endswith

maxduration

maxpause

maxspan

41
New cards

You can create a transaction based on multiple fields.

false

true

true

42
New cards

Which of these is NOT a field that is automatically created with the transaction command?

maxcount

duration

eventcount

maxcount

43
New cards

_______ can share a knowledge object across all apps.

administrators

power users

users

administrators

44
New cards

When a user creates a Knowledge Object it is automatically set to _________.

shared to all apps

private

shared in app

private

45
New cards

Which users can create private Knowledge Objects?

admin

power

user

admin; power; user

46
New cards

Users with this role can reassign Knowledge Objects.

user

power

admin

admin

47
New cards

It is suggested that you name your Knowledge Objects using _______ segmented keys.

6

48
New cards

Knowledge Objects can be used to normalize data.

false

true

true

49
New cards

Knowledge objects are automatically shared with all users.

false

true

false

50
New cards

Knowledge Objects should be named as generically as possible.

true

false

false

51
New cards

During the validation step of the Field Extractor workflow:

you can validate where the data originated from

you cannot modify the field extraction

you can remove values that aren't a match for the field you want to define

you can remove values that aren't a match for the field you want to define

52
New cards

Fields extracted with the Field Extractor:

are persistent

require you to use regex in your search strings

are specific to a host, source, or source type

are specific to a host, source, or source type

53
New cards

After editing your regular expression from the Field Extractor Utility, you will be returned to the utility.

false

true

false

54
New cards

In the Field Extractor Utility, this button will display events that do not contain extracted fields.

selected-fields

non-matches

matches

non-extractions

non-matches

55
New cards

Once a field is created using the regex method, you cannot modify the underlying regular expression.

false

true

false

56
New cards

How many ways are there to access the Field Extractor Utility?

4

1

3

5

3

57
New cards

The field extractor utility allows you to extract fields using the following two methods:

erex and rex

tab and comma

regex and delimiter

regex and delimiter

58
New cards

During the validation step of the Field Extractor workflow:

you cannot modify the field extraction

you can remove values that aren't a match for the field you want to define

you can validate where the data originated from

you can remove values that aren't a match for the field you want to define

59
New cards

Once a field alias is created:

the original field name is no longer available

you must indicate both the original field name and field alias in searches

you can still use the original field name to search

you can still use the original field name to search

60
New cards

A field can only have one field alias.

false

true

false

61
New cards

Calculated fields are based on underlying:

keyword searches

eval expressions

stats commands

eval expressions

62
New cards

Field aliases are used to _____ data.

clean

normalize

transform

calculate

normalize

63
New cards

Field aliases can only be applied to a single source type, source, or host.

false

true

false

64
New cards

These allow you to categorize events based on search terms.

event types

groups

tags

macros

event types

65
New cards

Tags are descriptive names for ____________.

key value pairs

categories of search results

reports

key value pairs

66
New cards

Event Types do not show up in the Fields List.

false

true

false

67
New cards

Tags can be added to Event Types.

false

true

true

68
New cards

Which search would limit an "alert" tag to the "host" field?

tag=alert

tag::host=alert

host::tag::alert

tag==alert

tag::host=alert

69
New cards

The search expansion tool:

automatically fills in the variables before you run a search

allows you to see what a macro will expand to before you run a search

must be used before running a search with a macro

allows you to see what a macro will expand to before you run a search

70
New cards

The number of arguments in a macro must be included in the macro name.

false

true

true

71
New cards

What is the correct way to name a macro with two arguments?

us_sales2

us_sales(2)

us_sales,2

us_sales(1,2)

us_sales(2)

72
New cards

You can pipe the results of a macro to other commands.

false

true

true

73
New cards

What is the proper syntax for using a macro named "us_sales"?

"us_sales"

(us_sales)

`us_sales`

us_sales

`us_sales`

74
New cards

Search macros:

can pass arguments to the search

are time-range independent

allow you to store entire search strings, including pipes and eval statements

must always include an argument

can pass arguments to the search; are time-range independent; allow you to store entire search strings, including pipes and eval statements

75
New cards

This Workflow Action type directs users to a specified URI.

Search

POST

GET

GET

76
New cards

A Workflow action can:

execute a secondary search

direct users to a specified URI

send field values to external sources

execute a secondary search; direct users to a specified URI; send field values to external sources

77
New cards

This Workflow Action type sends field values to external resources.

Search

GET

POST

POST

78
New cards

To use field value data from an event in a Workflow Action, we need to:

wrap the field in dollar signs

select the GET method

create tags for the fields

wrap the field in dollar signs

79
New cards

Workflow Actions can only be applied to a single field.

false

true

false

80
New cards

When using a field value variable with a Workflow Action, which punctuation mark will escape the data?

*

^

#

!

!

81
New cards

Hidden fields in a data model:

will be displayed to a Pivot user that has permissions to the field

will not be displayed in the dataset editor

will not be displayed to a Pivot user, but can be used to define other datasets

will not be displayed to a Pivot user, but can be used to define other datasets

82
New cards

Required fields in a data model:

constrains the dataset to only return events that include that field

must always be hidden

must be filled out before saving the dataset

constrains the dataset to only return events that include that field

83
New cards

Which of these are NOT Data Model dataset types:

lookups

transactions

events

searches

lookups

84
New cards

_____ datasets can be added to a root dataset to narrow down the search.

event

parent

child

extracted

child

85
New cards

The only way to access and use a dataset is from the Pivot interface.

false

true

false

86
New cards

Fields used in Data Models must already be extracted before creating the datasets.

false

true

false

87
New cards

By default, data models in the CIM Add-on will search across all indexes.

false

true

true

88
New cards

The data models in the CIM Add-on are accelerated by default.

false

true

false

89
New cards

You can normalize data for CIM use:

at index time

only after adding the CIM Add-on

using Knowledge Objects

at index time; using Knowledge Objects

90
New cards

The Splunk CIM Add-on includes data models in a __________ format.

MySQL

XML

JSON

JSON

91
New cards

This role is required to install the CIM Add-on.

user

admin

power

admin

92
New cards

The CIM Add-on indexes extra data and will affect license usage.

false

true

false

93
New cards

If a search returns _______ it can be viewed as a chart.

events

statistics

keywords

timestamps

statistics

94
New cards

Which of the following are valid options with the chart command?

usefield

usenull

fillfield

useother

usenull; useother

95
New cards

You can only add one tag per field value pair.

false

true

false

96
New cards

Đang học (11)

Bạn đã bắt đầu học những thuật ngữ này. Tiếp tục phát huy nhé!

Explore top flashcards