Splunk Fundamentals 2 Flashcards

1
Q

What does a Sparse search type mean?

  • Returns a small number of results from each index bucket matching the search
  • A small percentage of the data matches the search
  • A large percentage of the data matches the search
  • The indexer checks all buckets to find results, bot bloom filters eliminate those buckets that don’t include search results
A

A small percentage of the data matches the search

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

NOT,OR,AND are examples of what?

  • Comparisons
  • Booleans
  • Keywords
  • Phrases
A

Booleans

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

What is the fields command used for?

  • Includes or excludes specified fields
  • Renames a field in results
  • Returns table containing only specified fields in result set
  • Removes duplicates from results
A

Includes or excludes specified fields

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

What happens when you select Multi-series: Yes with timechart command?

  • “Yes” causes each field value to share the x-axis
  • “Yes” causes the y-axis to split for each field value
  • “Yes” causes each field value to share the y-axis
  • “Yes” causes the x-axis to split for each field value
A

“Yes” causes the y-axis to split for each field value

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

Which of the following are case sensitive in Splunk?

  • Tags
  • Field names
  • Boolean operations
  • Field values
A

Tags, Field names, Boolean operations

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

What is wrong with the following search? Index=_internal sourcetype=splunkd or sourcetype=audittrail | timechart count BY component

  • Boolean operator should be uppercase
  • “I” in Index should be lowercase
  • Command clause should be lowercase
  • There is no “timechart” command
A

Boolean operator should be uppercase, “I” in Index should be lowercase, Command clause should be lowercase

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

Which of the following are transforming search commands?

  • top
  • stats
  • timechart
  • fields
A

top, stats, timechart

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

Which of the following are search types in Splunk?

  • Super Sparse
  • Sparse
  • Dense
  • Rare
A

Sparse, Dense, Rare

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

Splunk contains several chart types, which of the following are chart types?

  • Table
  • Area
  • Line
  • Pie
A

Area, Line, Pie

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

How many results does chart and timechart command automatically filter to include?

  • 5 highest values
  • 10 lowest values
  • 10 highest values
  • 5 lowest values
A

10 highest values

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

When using the timechart command, which field is the x-axis?

  • value
  • sourcetype
  • _time
  • product
A

_time

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

The iplocation command can be used to add location information to events. Which information fields are added by the command?

  • Country
  • Latitude
  • Longitude
  • Continent
A

Country, Latitude, Longitude

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

What is the trendline command used for?

  • Allows you to overlay a computed moving “count” on a chart.
  • Allows you to overlay a computed moving “sum” on a chart.
  • Allows you to overlay a computed moving “avg” on a chart.
  • Allows you to overlay a computed moving “dc” on a chart.
A

Allows you to overlay a computed moving “avg” on a chart.

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

What values must be included for geostats command?

  • latitude
  • logitude
  • _time
  • count
A

latitude, logitude

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

Which command(s) can be used to filter results?

  • filter
  • where
  • search
  • showonly
A

where

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

The transaction command produces additional fields, which ones?

  • summary
  • eventcount
  • duration
  • transaction
A

eventcount, duration

17
Q

By default, there’s a limit of 1000 events per transaction. Which .conf file should you edit to override this value?

  • server.conf
  • limits.conf
  • props.conf
  • transforms.conf
A

props.conf

18
Q

Which of the following are examples of knowledge objects in Splunk?

  • Lookups
  • Eventtypes
  • Field extractions
  • Indexes
A

Lookups, Eventtypes, Field extractions

19
Q

What methods can you use to extract fields with the field extractor(fx)?

  • XML
  • Delimiter
  • Regex
  • JSON
A

Delimiter, Regex

20
Q

Where should you navigate to create a calculated field?

  • Settings > Fields > Field extractions > New Calculated Field
  • Settings > Fields > Field transformations > New Calculated Field
  • Settings > Fields > Calculated Fields > New Calculated Field
  • Settings > Fields > Field aliases > New Calculated Field
A

Settings > Fields > Calculated Fields > New Calculated Field

21
Q

What’s the keyboard shortcuts to check the content of a macro from the search bar?

  • Command+Shift+M / Control+Shift+M
  • Command+Shift+F / Control+Shift+F
  • Command+Shift+E / Control+Shift+E
  • Command+Shift+A / Control+Shift+A
A

Command+Shift+E / Control+Shift+E

22
Q

Which types of datasets can a data model consist of?

  • Transactions
  • Events
  • Searches
  • Metrics
A

Transactions, Events, Searches

23
Q

What is the Common Information Model (CIM) Add-on used for?

  • Create workflow actions
  • Ingest data from CIM data sources
  • Normalization of data
  • Alert trigger actions
A

Normalization of data