Deal of The Day! Hurry Up, Grab the Special Discount - Save 25% - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

Splunk Exam SPLK-1003 Topic 8 Question 91 Discussion

Actual exam question for Splunk's SPLK-1003 exam
Question #: 91
Topic #: 8
[All SPLK-1003 Questions]

Which scenario is applicable given the stanzas in authentication.conf below?

[authentication]

externalTwoFactorAuthVendor = Duo

externalTwoFactorAuthSettings = duoMFA

[duoMFA]

integrationKey = aGFwcHliaXJ0aGRheU1pZGR5

secretKey = YXVzdHJhaWxpYW5Gb3JHcmVw

applicationKey = c3BsaW5raW5ndGhlcGx1bWJ1c3NpbmN1OTU

apiHostname = 466993018.duosecurity.com

failOpen = True

timeout = 60

Show Suggested Answer Hide Answer
Suggested Answer: C

The correct answer is C. /var/log/host_460352847/bar/file/foo.txt.

The monitor stanza in inputs.conf is used to configure Splunk to monitor files and directories for new data. The monitor stanza has the following syntax1:

[monitor://<input path>]

The input path can be a file or a directory, and it can include wildcards (*) and regular expressions. The wildcards match any number of characters, including none, while the regular expressions match patterns of characters. The input path is case-sensitive and must be enclosed in double quotes if it contains spaces1.

In this case, the input path is /var/log//bar/.txt, which means Splunk will monitor any file with the .txt extension that is located in a subdirectory named bar under the /var/log directory. The subdirectory bar can be at any level under the /var/log directory, and the * wildcard will match any characters before or after the bar and .txt parts1.

Therefore, the file /var/log/host_460352847/bar/file/foo.txt will be matched by the monitor stanza, as it meets the criteria. The other files will not be matched, because:

A) /var/log/host_460352847/temp/bar/file/csv/foo.txt has a .csv extension, not a .txt extension.

B) /var/log/host_460352847/bar/foo.txt is not located in a subdirectory under the bar directory, but directly in the bar directory.

D) /var/log/host_460352847/temp/bar/file/foo.txt is located in a subdirectory named file under the bar directory, not directly in the bar directory.


Contribute your Thoughts:

Vilma
1 months ago
Pfft, this is easy. The answer is clearly D. Splunk is going to let anyone in if it can't reach the MFA provider. What could possibly go wrong?
upvoted 0 times
...
Kimberlie
1 months ago
Haha, I think C is the right answer. Who needs to protect the secret key when you have MFA, am I right? *wink wink*
upvoted 0 times
Dulce
5 days ago
A) If Splunk cannot connect to the multifactor authentication provider, all logins will be denied.
upvoted 0 times
...
...
Justine
1 months ago
I'm pretty sure the answer is B. The configuration is setting up MFA for the host operating system, not just Splunk.
upvoted 0 times
Ivan
5 days ago
Good catch! It's important to pay attention to the details in the configuration file.
upvoted 0 times
...
Deja
10 days ago
Yes, it looks like the configuration is indeed setting up MFA for the host operating system.
upvoted 0 times
...
Joaquin
1 months ago
I think you're right, option B seems to be the most applicable here.
upvoted 0 times
...
...
Elouise
1 months ago
I disagree, I believe the correct answer is A. If Splunk can't connect to the MFA provider, all logins should be denied to ensure security.
upvoted 0 times
...
Annabelle
1 months ago
Hmm, I think the correct answer is D. If Splunk can't connect to the MFA provider, it should fail open and allow authentication without the MFA challenge. The configuration looks set up for that.
upvoted 0 times
...
Ryan
2 months ago
But doesn't failOpen being set to True mean that authentications will be successful even if Splunk cannot connect to the multifactor authentication provider?
upvoted 0 times
...
Georgiann
2 months ago
I disagree, I believe the correct answer is D.
upvoted 0 times
...
Ryan
2 months ago
I think the answer is A.
upvoted 0 times
...

Save Cancel
a