Splunk Core Certified Power User

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/155

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.

156 Terms

1
New cards

What is the only writeable bucket type?

The hot bucket

2
New cards

By what filter are indexes divided into buckets?

By time

3
New cards

What are the 4 types of searches in Splunk (by performance)

Dense, Sparse, Super Sparse, Rare

4
New cards

In searches, what is the scanCount?

The number of events scanned for that particular search

5
New cards

What are the requirement of the underlying search in order to get multi-series table?

The underlying search must use reporting search commands like chart or timechart

6
New cards

What are the seven chart types?

Line, Area, Column, Bar, Bubble, Scatter and Pie

7
New cards

What is a trait of scatter charts?

Can only show two dimensions. Shows trends in the relationsgip between discrete data values

8
New cards

What is a trait of bubble charts?

Provides a visual way to view a three dimensional series

9
New cards

What are two commonly used clauses for chart?

over and by

10
New cards

What does the over and by clauses do when used with chart?

divides the data into sub-groupings

11
New cards

(True/False) You can only split chart results over two dimensions

True

12
New cards

chart and timechart commands automatically filter results to include how many values?

10

13
New cards

What happens to surplus resulting values of chart and timechart commands?

They are grouped into other

14
New cards

(True/False) Null values are not shown by default by chart and timechart

False

15
New cards

What is always the value on the x-axis for timechart?

_time

16
New cards

(True/False) Functions and arguments used with stats and chart can not be used with timechart

False

17
New cards

(True/False) As with chart, it is possible to split timechart by two fields

False. It is only possible to split by one field

18
New cards

What is the argument for adjusting sampling interval of timechart?

span

19
New cards

What does the trendline command do?

allows you to overlay a computed moving average on a chart

20
New cards

What is the syntax of the trendline command?

trendline (field) [AS newfield]

21
New cards

What command can be used to look up and add location information to an event?

iploaction

22
New cards

What information does the iplocation command include?

city, country, region, latitude and longitude

23
New cards

What is the data-requirement for the geostats command?

Data must include latitude and longitude values

24
New cards

These arguments are used to control column counts when using the geostats command

gloabllimit and locallimit

25
New cards

This command is used to compute statisticalm functions and render a cluster map

geostats

26
New cards

What command can be used to show relative metrics for predefined geographic regions?

geom

27
New cards

(True/False) A sparkline is an inline chart, that can be added to timechart

True

28
New cards

(True/False) Automatically totaling of every columns can be done by using the Format option

True

29
New cards

This command can be used to add total of all or selected fields

addtotals

30
New cards

the row option for addtotals does (if enabled)

create a column that contains numeric totals for each row

31
New cards

the column option for addtotals does (if enabled)

create a row that contains numeric totals for each column

32
New cards

What does the labelfield option for addtotals specify?

What field the label should be placed in (in general, this should be the leftermost and first field)

33
New cards

The eval command can be used to

perform calculations, convert, round and format values, use conditional statements

34
New cards

This command allows you to calculate and manipulate field values in your report

eval

35
New cards

(True/false) Results of eval can be written to existing field

True

36
New cards

What happens with a destination field value if the field is the same as the resulting field of the eval command?

The field value gets overwritten by the resulting value outputted from the eval command

37
New cards

(True/False) Indexed data get modified after field values are overwritten by the eval command.

False

38
New cards

This operator is used for concatenation

+.

39
New cards

This function can be used to set the value of a field to the number of decimals you specify

round

40
New cards

(True/False) The tostring function can be used with eval

True

41
New cards

How can you use eval to format numeric field values to strings?

By adding characters to the field values

42
New cards

What separator is used when having multiple expressions used with eval command?

comma

43
New cards

If function used with eval: What is field value of SalesTerritory for a VendorID of 80000 in the following evaluation?:

| eval SalesTerritory = if((VendorID >= 7000 AND VendorID <8000), "Asia", "Rest of the World")

"Rest of the World"

44
New cards

(True/False) The search command treats field values in a case-insensitive manner

True

45
New cards

(True/False) The where command treats field values in a case-insensitive manner

False

46
New cards

(True/False) Unqouted or single-quoted strings are treated as fields.

True

47
New cards

To be able to do wildcard searches with the where command, this operator must be used

like

48
New cards

What is the fillnull value used for?

To replace null values in fields. Default replacement value is 0.

49
New cards

What is a transaction?

A transaction is any group of related events that span time

50
New cards

What is the syntax of the transaction command?

transaction field-list. field-list argument is a list of one or multiple fields.

51
New cards

(True/False) Transaction command creates a single event from a group of events

True

52
New cards

This field is produced by running the transaction command

duration - difference between timestamp of first and last event in the transaction

53
New cards

What does the maxpan argument do when used for transaction?

Defines the maximum total time between the earliest and latest events

54
New cards

What does the maxpause argument do when used for transaction?

Specify maximum total time between events.

55
New cards

What can be said about the events returned from the following search?

index=web sourcetype=access_combined

| transaction clientip JSESSIONID

startswith=eval(action="addtocart")

endswith=eval(action="purchase")

The first event in this transaction includes the action "addtocart", the last include the action "purchase"

56
New cards

What are the limited number of events per transaction by default?

1000

57
New cards

Why is stats recommended over transaction?

Faster and more efficient

58
New cards

When do you need to use transaction?

When you need to see events correlated together, and/or must define event grouping based on start/end values or segments on time

59
New cards

How can admins change the limit of numbers of events per transaction?

by configuring max_events_per_bucket in limits.conf

60
New cards

What are Knowledge Objects?

Knowledge objects are tools you use to discover and analyze various aspects of your data

61
New cards

(True/false) Knowledge Objects are shareable, reusable and searchable

True

62
New cards

(True/False) The Power User role can create an object that persists globally across all apps

False

63
New cards

(True/False) The Power User role can create an object that persists in the context of a specific app

True

64
New cards

What is the Splunk Common Information Model (CIM)

A methodology for normalizing data, easily correlate data from different sources and source type.

65
New cards

Which meta fields are already stored in the index prior to search time?

host, source and sourcetype

66
New cards

Which internal fields are stored in the index prior to search time?

_time and _raw

67
New cards

At this time, field discovery discovers fields directly related to the search's results

search time

68
New cards

(True/False) After extracting fields using the field extractor (FX), it is possible to share the extracted fields.

True. Extracted fields exists as knowledge objects.

69
New cards

What are the two methods for doing field extractions?

Regex and delimiter

70
New cards

These knowledge objects provide a way of normalizing data over any default field

field aliases

71
New cards

(True/false) Field aliases are applied after field extraction, before lookups

True

72
New cards

(True/false) It is not possible to apply field aliases to lookups

False

73
New cards

(True/false) Multiple aliases can be applied to one field

True

74
New cards

(True/false) After a field alias have been made, the field alias can be used as an ordinary field in SPL

True

75
New cards

What is a calculated field?

Shortcut for performing repetitive, long, or complex transformations using the eval command

76
New cards

What is true about a calculated field?

Must be based on an extracted field

77
New cards

Where can both calculated field and field aliases be set up (using the GUI)?

Settings->Fields

78
New cards

These knowledge objects are like nicknames that are created for related field/value pairs

Tags

79
New cards

(True/False) Tags are case sensitive

True

80
New cards

(True/False) You can only create one tag for any field/value combination

False

81
New cards

(True/False)Knowledge objects like tags, field aliases and calculated fields are searchable

True

82
New cards

How does a tag appear after being selected?

In the results as tags, in parantheses next to the associated field/value pairs

83
New cards

The syntax for searching for a tag associated with a value is?

tag=

84
New cards

The syntax for searching for a tag associated with a value on a specific field is?

tag:: =

85
New cards

Where can tag-settings (including permissions) be edited?

Settings->Tags-> List by field value pair

86
New cards

This knowledge object can be used to group similar types of events

Event types

87
New cards

How do you create an event type?

Create and execute a search, press "save as"-> Event types

88
New cards

(True/False) Event type names can contain spaces

False

89
New cards

Which criterias must be reviewed and refined when using the Event Type Builder?

Search string, Field values, tags

90
New cards

What is the syntax for using eventtypes in a search?

eventtype=

91
New cards

At what time does Splunk evalute the events when searching and using event types in your search?

Search time

92
New cards

How can you tag event types? (GUI)

Either by using "Settings-> Event Types" or by using "Event details->Actions"

93
New cards

(True/False) It is not possible to add tag to an Event Type

False

94
New cards

(True/false) Event Types does not include a time range, while a saved report does

True

95
New cards

These knowledge objects are useful when you frequently run searches or reports with similar search syntax

macros

96
New cards

(True/false) Macros are shareable

True

97
New cards

What happens if an event fits in multiple eventtypes?

Priority decides which event takes precident in the display order

98
New cards

At what time are parameter values passed to macro?

At execution time

99
New cards

How can you create a macro?(GUI)

Settings->Advanced search-> Search macros

100
New cards

What is the syntax for using macros in searches?

`macro`