Practice Questions-1 Flashcards

1
Q

Too many forwarders to manage-what splunk instance would you add to your architecture?

A

deployment server=can group forwarders together and make them clients

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

In your deployment app you are Configuring inputs.conf to bring in new data-you then search with search head and cannot find the data. What happened?

A

-didn’t send deployment apps to correct serverclass
-mistake in monitoring stanza
-did not put right index
-severclass has not phoned home
-turn monitoring on(BEST ANSWER)

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

What directory must you place your outputs.conf file in-while in deployment app?

A

-local(directory)

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

Command to edit configuration files

A

-vi

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

You are assigned to deploy a new app to update 10 deployment input.conf files-what splunk instance would you log into? And what would you do to update them?

A

-log onto deployment server and then add app to serverclass so input.conf files get update

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

What is the absolute path to get to deployment apps?

A

/opt/splunk/etc/deployment apps/appname/local/config file

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

Port number used for indexer to receive data from forwarder

A

9997

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

If I wanted to ensure that data isn’t being duplicated when my server goes down can you tell me where in Splunk I should look?

A

_Fishbucket index

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

You notice that your newly monitored data is not in the index that you configured to be in?

A

It is in main and you would go into the file and fix the index

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

Hot bucket

A

Directory where all new data enters into INDEX and is written to disk.

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

Explain bucket lifecycle

A

1-Bucket lifecycle starts at the hot bucket which is the directory where all the data enters into the index and is written to disk; the most recent data is here.

2-The next tier down is the warm bucket, data comes here when Splunk is restarted or the hot bucket is full. This data shares the same path as the hot bucket and stores recent, frequently searched data on a fast disk.

3-Next, is the cold bucket where rarely searched data that has aged and is tucked away into slower and cheaper storage. While read-only and still searchable, this is considered the archive tier.

4-Lastly, is the frozen bucket in which data is pushed to dead media like tape or deleted. Not searchable-must recover files through a thawing process before the data becomes searchable again.

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

Process to unthaw buckets?? And regain access??

A

Move that file into thaw directory and rename it to a name that splunk recognizes

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

How to Turn off monitoring?

A

in the monitoring stanza change disable to 1

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

Just finished editing all configuration files and you want to see changes take effect what to do?

A

restart splunk

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

What is maxhotbuckets attribute for

A

maximum hot buckets that can be indexed and default is 10

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

Tcpout in output.conf

A

TCP protocol/sends data and confirmation

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

Deployment server and client relationship??

A

Manages forwarders, indexers, and searchheads by making them deployment clients. Anything that the deployment server manages is called a client. Deployment servers contain serverclasses-clients grouped in serverclasses help distinguish what set of configurations a client should get.

18
Q

How does splunk determine how much to charge

A

volume of data being indexed

19
Q

Splunk component referred to as splunk agent

A

UF

20
Q

Two types of data within indexes

A

raw data and tsidx

21
Q

What is being added to tsidx

A

metadata(host, ip address, or FQDN AND source and sourcetype)

22
Q

Co worker made unauthorized changes to server what index would you use and why

A

audit index; stores events related to activities conducted in Splunk such as file system changes and user auditing

23
Q

What is purpose of license master

A

so you wont go over data and charge you based on volume of data being indexed

24
Q

Indexing stage of splunk?

A

1.events are put into storage segments called buckets(that can be searched) 2. writing raw data and index files to disk

25
Q

Explain round robin?

A

When you enable Round Robin for a data input, it instructs Splunk to cycle through the available indexers in a circular or round-robin fashion, sending data to each indexer one after the other.

-It helps with load balancing, fault tolerance, and scalability,

26
Q

What is a distributed search?

A

key feature that allows you to search and analyze data across multiple Splunk instances or indexers in a distributed Splunk deployment. This is especially useful in large-scale environments where the volume of data to be searched and analyzed exceeds the capacity of a single Splunk instance.

27
Q

Filepath to warm??

A

$splunk_home /var/lib/splunk/defaultdb/db/

28
Q

How does data enter server

A

ports and ip address and forwarder

29
Q

What does splunk home mean for file path?

A

specifies the path where Splunk Enterprise is installed

30
Q

When is metadata applied??

A

Parsing stage

31
Q

Why is it better to configure indexes to rollover by time instead of size

A

don’t want it to rollover before you need it too

32
Q

Which splunk components parses data ?

A

Indexers and heavy forwarders

33
Q

Json vs syslog

A

both structured data and easily parsed by splunk

34
Q

Used to access splunk GUI

A

search head and ip address and port in searchbar

35
Q

Server went down for a couple hours, which index saved the day

A

internal index

36
Q

Where do you find buckets in linux file system

A

splunk_home var/lib/splunk

37
Q

Change metadata in your data-what splunk instance would you log into? And what config file you edit?

A

Log into deployment server and Edit inputs.conf(contains host,source,sourcetype)

38
Q

Configure data to roll to frozen

A

frozentimeperiodinSecs(86400 x (hot days + cold days)=retention time)

39
Q

Mutiple indexers makes searches much easier

A

add more if you ingest more data

40
Q

Find Appropriate amount of storage

A

use splunk calculator(Splunk storage sizing)

41
Q

File path for splunk exectuable files

A

opt/splunk/bin

42
Q

What is a Heavy Forwarder? And what are its limitations?

A

-An instance that is equipped with the ability to collect data input, forward them to indexers, and parse the data.

-One limitation is the HF has a smaller throughput than a UF(it can’t forward data quickly). This can cause bottlenecks and queued data to build up.

-UF is still the best, and recommended way to forward data from the source. Lightweight and simple in its design and serves only one purpose, forwarding.

-HF can be useful for data requiring index-time extractions or for the DBconnect system.