Courseiva

CCNA Splunk Basics Questions

28 of 103 questions · Page 2/2 · Splunk Basics topic · Answers revealed

76
MCQeasy

Which of the following is the default time range in a new Splunk search?

A.Last 24 hours
B.All time
C.Last 7 days
D.Real-time
AnswerB

Default time range.

Why this answer

When you open a new search in Splunk, the default time range is set to 'All time' (no time filter), meaning the search will scan all indexed data unless you explicitly specify a time range. This is because Splunk defaults to showing all available events to avoid inadvertently excluding data, and it is the user's responsibility to narrow the search scope.

Exam trap

Splunk often tests the misconception that Splunk defaults to a recent time range like 'Last 24 hours' to be helpful, but the actual default is 'All time' to ensure no data is missed without explicit user input.

How to eliminate wrong answers

Option A is wrong because 'Last 24 hours' is a common preset but not the default; it must be selected manually or via a saved search. Option C is wrong because 'Last 7 days' is another preset that is not the default; it is often used for longer-term analysis but requires explicit selection. Option D is wrong because 'Real-time' is a special search mode that continuously streams events, but it is not the default; the default is a historical search over all time.

77
MCQeasy

To create a real-time dashboard panel showing errors in the last 30 minutes, which time range setting should be used?

A.Real-time
B.Last 30 minutes
C.Real-time (30 minutes)
D.All time
AnswerC

This sets a real-time window of 30 minutes.

Why this answer

A real-time dashboard panel that shows errors in the last 30 minutes requires a 'Real-time' time range with a specific window of 30 minutes. In Splunk, the 'Real-time (30 minutes)' setting continuously updates the panel to show events from the current time back 30 minutes, which is exactly what is needed for monitoring recent errors as they occur.

Exam trap

The trap here is that candidates often confuse 'Last 30 minutes' (a static historical search) with 'Real-time (30 minutes)' (a continuously updating real-time search), leading them to select Option B instead of the correct real-time window setting.

How to eliminate wrong answers

Option A is wrong because 'Real-time' without a window (e.g., 'Real-time (30 seconds)') defaults to a very short rolling window (typically 10 seconds or 30 seconds), which would not cover the last 30 minutes of data. Option B is wrong because 'Last 30 minutes' is a historical time range that does not update in real-time; it shows a static snapshot of the past 30 minutes from the time the search was run, not a continuously updating view. Option D is wrong because 'All time' searches the entire indexed data, which is not limited to the last 30 minutes and does not provide real-time updates.

78
MCQeasy

A support technician is troubleshooting a user who cannot see the 'Field sidebar' and 'Timeline' in the Search & Reporting app. The user says that when they run a search, they only see the results in a table format, but no side panels or timeline below the search bar. The technician checks the user's settings and finds that the user's default app is set to 'Search & Reporting'. The technician then looks at the user's browser and notices that the user has a very small browser window. What is the most likely cause of the missing panels?

A.The user's default app is set incorrectly.
B.The user has disabled the timeline in their preferences.
C.The browser window is too small, causing panels to be hidden by the responsive interface.
D.The user's role does not have permission to view the timeline.
AnswerC

Correct: Small windows hide side panels in Splunk Web.

Why this answer

Splunk Web has a responsive interface that hides the field sidebar and timeline when the browser window is too small. The technician noticed the user’s browser window was very small, which causes these panels to be hidden to fit the viewport. Option A is incorrect because the default app is set correctly to 'Search & Reporting'.

Option B is incorrect because there is no specific user preference to disable the timeline; the timeline is controlled by the responsive layout. Option D is incorrect because user roles do not affect the visibility of these UI elements; they are available to all roles.

79
Matchingmedium

Match each Splunk search command to its primary function.

Drag a concept onto its matching description — or click a concept then click the description.

Concepts
Matches

Compute statistics on search results

Evaluate expression and create new fields

Extract fields using regular expressions

Group related events into transactions

Create time-based chart of statistics

Why these pairings

The correct matches are: stats for summary statistics, chart for table with columns, timechart for time-based chart, top for most common values. Common confusions include mixing up stats and timechart, or top with stats.

80
MCQmedium

A company has a distributed Splunk environment with a single search head and 4 indexers. The data volume is approximately 50 GB per day across various sourcetypes. Users frequently run searches that span 'All time' (from the time picker), and these searches are taking significantly longer than expected. The search head shows high CPU usage during these searches, while indexers are moderately loaded. The administrator has verified that all indexers are healthy and that there are no network bottlenecks. The data is raw log data with minimal field extractions. Which course of action will most effectively improve search performance for these 'All time' searches?

A.Upgrade the search head to a larger instance with more CPU cores and memory.
B.Increase the number of indexers to 8 to distribute the search load more evenly.
C.Enable summary indexing and use the tstats command for searches over large time ranges.
D.Reduce the data retention period on the indexers from 90 days to 30 days.
AnswerC

Summary indexing pre-calculates statistics (e.g., counts, sums) and stores them in tsidx files, allowing tstats to retrieve results quickly without scanning raw data. This greatly reduces search head CPU and query time.

Why this answer

Summary indexing pre-computes statistical data (e.g., counts, sums, averages) and stores it in a separate index. The `tstats` command queries these pre-aggregated summaries instead of scanning raw data, drastically reducing I/O and CPU load on the search head for 'All time' searches. This directly addresses the high CPU usage on the search head and the long search times caused by scanning 50 GB/day of raw logs.

Exam trap

Splunk certification questions often test the misconception that hardware upgrades (Option A) or scaling indexers (Option B) are the primary solutions for slow searches, when the real fix is to change the search methodology (e.g., summary indexing with tstats) to avoid scanning raw data entirely.

How to eliminate wrong answers

Option A is wrong because upgrading the search head only masks the symptom (high CPU) without addressing the root cause: scanning all raw data for every 'All time' search. The indexers are moderately loaded, indicating the bottleneck is search head processing, not hardware capacity. Option B is wrong because increasing indexers from 4 to 8 would not reduce the search head's CPU load; it would only distribute the raw data scan across more indexers, but the search head still must merge and process all results, which is the primary bottleneck.

Option D is wrong because reducing retention from 90 to 30 days only limits the time range of data available, but users still select 'All time' (which would then cover only 30 days), and the search head still must scan all remaining raw data, so performance does not improve for the same query scope.

81
MCQmedium

A user is trying to create a dashboard in Splunk Web by saving a search as a dashboard panel. The user runs a search that produces a table of results. The user clicks 'Save As' and selects 'Dashboard Panel'. The user then selects an existing dashboard and clicks 'Save'. However, the panel does not appear on the dashboard. The user has confirmed that the dashboard exists and that they have write permission to it. The user also sees no error messages. What is the most likely cause of this issue?

A.The dashboard is locked by another user.
B.The user does not have permission to add panels to the dashboard.
C.The search does not produce statistical data required for a dashboard table panel.
D.The panel was saved but is hidden due to time range settings.
AnswerC

Correct: Only transforming searches can be saved as panels.

Why this answer

The most likely cause is that the search does not produce statistical data required for a dashboard table panel (option C). In Splunk, to save a search as a table panel on a dashboard, the search must be a transforming search that outputs statistical results (e.g., using stats, chart, timechart, or other transforming commands). A non-transforming search that returns raw events cannot be saved as a table panel.

Options A and B are incorrect because the user has write permission and the dashboard exists. Option D is incorrect because time range settings would affect data display but not prevent the panel from being saved; the panel would appear with the selected time range.

82
Multi-Selecthard

Which THREE of the following are elements of the Splunk search interface?

Select 3 answers
A.Time Range Picker
B.Visualization Tab
C.Save Button
D.Mode Selector (Fast, Smart, Verbose)
E.Search Bar
AnswersA, D, E

Controls the time window for search results.

Why this answer

The Time Range Picker (A) is a core element of the Splunk search interface, located directly below the Search Bar, allowing users to constrain searches to specific time windows (e.g., Last 24 hours, All time, or a custom range). This is essential because Splunk searches are time-bound by default, and the Time Range Picker directly modifies the earliest and latest tokens in the search string, affecting the scope of indexed data retrieved.

Exam trap

Splunk often tests the distinction between elements that are always present in the search interface versus those that appear only after a search is run, leading candidates to incorrectly select the Visualization Tab as a persistent interface element.

83
Multi-Selectmedium

Which TWO of the following are valid ways to add data to Splunk?

Select 2 answers
A.Deploying a universal forwarder to monitor a log file.
B.Configuring an HTTP Event Collector (HEC) token.
C.Creating an alert that writes results to a summary index.
D.Using the 'Add Data' button in Splunk Web.
E.Typing data directly into the search bar.
AnswersA, B

Forwarders are standard data input methods.

Why this answer

A universal forwarder is a dedicated Splunk component designed to collect and forward log data to a Splunk indexer. It monitors specified log files, sends data over a secure TCP connection (default port 9997), and is the standard method for scalable, production-grade data ingestion.

Exam trap

The trap here is that candidates confuse the 'Add Data' button (a configuration wizard) with an actual data ingestion method, or mistakenly think summary indexes or the search bar can be used to import raw data into Splunk.

84
MCQmedium

After running a search, the Fields sidebar shows several fields but the analyst wants to see all fields. Which button should they click?

A.The gear icon next to 'Selected Fields'
B.'Add field' button
C.'All fields' button
D.'Show all fields' checkbox
AnswerA

This opens the field selector to customize displayed fields.

Why this answer

The gear icon next to 'Selected Fields' opens the field list configuration, allowing you to toggle between showing only selected fields or all fields. By default, Splunk displays only the most relevant fields in the Fields sidebar; clicking the gear icon lets you select 'All fields' from the dropdown to display every extracted field for the search results.

Exam trap

The trap in Splunk is that candidates may look for a direct 'All fields' button or checkbox, but Splunk hides this option behind the gear icon in the Fields sidebar, testing whether you know the interface's configuration path rather than a one-click solution.

How to eliminate wrong answers

Option B is wrong because the 'Add field' button is used to create a new calculated field or extract a custom field, not to reveal hidden fields. Option C is wrong because there is no dedicated 'All fields' button in the Fields sidebar; the option to show all fields is accessed via the gear icon menu. Option D is wrong because there is no 'Show all fields' checkbox in the standard Fields sidebar; the toggle is a dropdown selection within the gear icon settings.

85
MCQhard

A user runs a search but sees no results, even though they know events exist. The search does not show any errors. What is the most likely cause?

A.The time range picker is set to a very narrow or recent window that doesn't include any events.
B.The user is in the wrong app and cannot see any data.
C.The indexer is out of disk space and cannot return results.
D.The search is specifying an incorrect index that doesn't exist.
AnswerA

Time range is a common filter that can exclude all events.

Why this answer

The most likely cause is that the time range picker is set to a very narrow or recent window that does not include any events. Splunk searches are always constrained by the selected time range, and if the time range does not cover the period when the events were indexed, no results will be returned even though the data exists. The absence of search errors confirms the query syntax is valid, but the time filter silently excludes matching events.

Exam trap

The trap here is that candidates often assume a search with no results and no errors must be a data access or index issue, overlooking the time range picker as the silent filter that is the most common cause in real-world Splunk troubleshooting.

How to eliminate wrong answers

Option B is wrong because being in the wrong app only affects which knowledge objects (dashboards, saved searches) are available, not the underlying data; the search would still return events from the specified index regardless of the app context. Option C is wrong because if the indexer were out of disk space, it would not be able to write new data, but existing data would still be searchable and returned; disk space issues typically cause indexing failures, not search result suppression. Option D is wrong because specifying an incorrect index that doesn't exist would cause a search error (e.g., 'No index matched' or 'Unable to find index'), not a silent return of zero results.

86
Multi-Selecthard

Which TWO methods allow a user to share a saved search with other users in the same Splunk instance?

Select 2 answers
A.Schedule the search to run periodically.
B.Copy the search URL from the browser and send it to others.
C.Export the search results and attach them in an email.
D.Set the search's permissions to 'Everyone' or to specific roles.
E.Add the search as a panel in a shared dashboard.
AnswersD, E

Permissions control who can see and use the search.

Why this answer

Splunk's permission system allows a search owner to set read and edit permissions to 'Everyone' or specific roles, making the saved search accessible to other users in the same instance. Option E is correct because adding a saved search as a panel in a shared dashboard automatically inherits the dashboard's sharing permissions, allowing other users to view and run the search from that dashboard.

Exam trap

Splunk often tests the distinction between sharing the search definition (via permissions or dashboards) versus sharing output or transient links, leading candidates to mistakenly choose options like copying a URL or emailing results.

87
Multi-Selectmedium

Which TWO of the following methods allow a user to switch between apps in Splunk Web?

Select 2 answers
A.Change the app name in the URL to the desired app.
B.Type the app name in the search bar before the query.
C.Use the app dropdown in the top menu bar.
D.Select 'All apps' from the app dropdown.
E.Click on the timeline and select an app.
AnswersA, C

URL can directly navigate to an app.

Why this answer

Splunk Web uses URL-based routing where the app context is embedded in the path (e.g., /app/search/). Manually changing the app name in the URL directly modifies this context, forcing Splunk to load the specified app's dashboards and data models. This is a valid method for power users who know the exact app name.

Exam trap

Splunk often tests the distinction between navigating to an app (via dropdown or URL) versus merely listing apps (via 'All apps'), causing candidates to mistakenly select 'All apps' as a switching method.

88
MCQeasy

A user runs a search but sees zero results. What is the most common cause for this?

A.The time range picker is set to a period with no data.
B.The search did not specify an index.
C.The source type is incorrect.
D.The search syntax contains a typo.
AnswerA

If the time range is too narrow or future, no events are returned.

Why this answer

The most common cause for zero search results in Splunk is that the time range picker is set to a time period that contains no indexed data. By default, Splunk restricts searches to the selected time range, and if no events were indexed during that window, the search returns zero results regardless of the query syntax or index selection.

Exam trap

Splunk often tests the misconception that a missing index or incorrect syntax is the primary cause of zero results, but the time range picker is the most frequent and overlooked culprit in Splunk searches.

How to eliminate wrong answers

Option B is wrong because if no index is specified, Splunk searches all available indexes (based on the user's permissions), which would still return results if data exists in the selected time range. Option C is wrong because an incorrect sourcetype would not cause zero results; it would simply prevent field extraction or cause parsing issues, but raw events would still appear in the search results. Option D is wrong because a typo in the search syntax typically generates an error message or unexpected results, not zero results—Splunk's search language is forgiving and will still attempt to match events even with minor syntax errors.

89
MCQeasy

From the Splunk Home page, which of the following can be accessed directly?

A.All of the above
B.Settings
C.Search app
D.Dashboards
AnswerA

The Home page contains links to all apps and settings.

Why this answer

The Splunk Home page provides direct access to the Search & Reporting app (via the app tile), Settings (via the gear icon in the top navigation bar), and Dashboards (via the Dashboards tile or the dashboards link). Therefore, all three options (B, C, D) are individually accessible, making option A 'All of the above' the correct answer.

Exam trap

Splunk often tests the misconception that the Home page only provides access to the Search app, leading candidates to overlook the direct access to Settings and Dashboards from the same interface.

How to eliminate wrong answers

Option B is wrong because Settings is indeed directly accessible from the Home page via the gear icon or the 'Settings' menu in the top navigation bar, so it is not an incorrect option. Option C is wrong because the Search app is directly accessible from the Home page as the primary search bar and the 'Search & Reporting' app tile. Option D is wrong because Dashboards can be accessed directly from the Home page through the 'Dashboards' link in the navigation or the 'Dashboards' tile.

Since all options are correct, the only valid answer is A.

90
Multi-Selectmedium

Which three options describe features or components of the Splunk default interface that are available to a Core Certified User? (Choose three.)

Select 3 answers
.The Search bar allows users to enter SPL queries and use time range pickers to filter results
.The Data Summary button provides a list of all sourcetypes, hosts, and indexes available to the user
.The Jobs page lists all currently running and completed searches that the user has initiated
.The Distributed Management Console (DMC) is accessible from the Splunk Home page for all users
.The Settings menu includes options to manage users, roles, and authentication methods
.The Alerts menu allows direct modification of alert actions without saving a search

Why this answer

The Search bar, Data Summary button, and Jobs page are all core features of the Splunk default interface available to any user, including a Core Certified User. The Search bar allows entering SPL queries and selecting time ranges to filter results. The Data Summary button provides a list of all sourcetypes, hosts, and indexes accessible to the user.

The Jobs page displays all currently running and completed searches initiated by the user, enabling monitoring and management of search jobs.

Exam trap

Splunk often tests the distinction between features available to all users versus those restricted to administrators, such as the Settings menu and DMC, which are commonly mistaken as universally accessible.

91
MCQeasy

A user wants to search only data from the 'security' index. Which search syntax should they use?

A.source=security
B.sourcetype=security
C.host=security
D.index=security
AnswerD

This correctly limits the search to the security index.

Why this answer

In Splunk, the `index` field specifies which index to search, and data is organized into indexes. To restrict a search to data from a specific index, you use `index=<index_name>`. Here, `index=security` tells Splunk to only search events stored in the 'security' index, which is the precise syntax required.

Exam trap

The trap here is that candidates often confuse the `index` field with other common metadata fields like `source`, `sourcetype`, or `host`, because all are used to filter data but refer to entirely different attributes of the event.

How to eliminate wrong answers

Option A is wrong because `source=security` would search for events where the source field (typically a file path or network input) is literally named 'security', not the index. Option B is wrong because `sourcetype=security` would match events with a sourcetype value of 'security', which is a data type classification, not an index. Option C is wrong because `host=security` would filter events originating from a host named 'security', which is a network or machine identifier, not an index.

92
MCQmedium

A user needs to quickly find a specific event from last week. Which navigation method is most efficient?

A.Use the 'All Fields' button on the left
B.Click on the Timeline histogram to zoom in
C.Set the time range picker to 'Last 7 days' before running the search
D.Search without a time range, then use Smart Mode
AnswerC

Pre-filtering time reduces result set and speeds up search.

Why this answer

Setting the time range picker to 'Last 7 days' before running the search is the most efficient way to narrow the dataset to the relevant period. This pre-filtering reduces the index scan to only events within that window, minimizing search time and resource consumption. It directly targets the user's need to find a specific event from last week without requiring post-hoc adjustments.

Exam trap

The trap here is that candidates may think Splunk's Timeline histogram or Smart Mode are efficient for narrowing down results, but they fail to recognize that setting the time range before the search is the most efficient method because it limits data retrieval at the index level, not after results are returned.

How to eliminate wrong answers

Option A is wrong because the 'All Fields' button on the left displays field names and values from the search results, but it does not help locate a specific event by time; it is a post-search analysis tool, not a navigation method. Option B is wrong because clicking on the Timeline histogram to zoom in is a post-search action that refines the view of already retrieved results, but it does not reduce the initial search scope, making it less efficient for finding a specific event from last week. Option D is wrong because searching without a time range defaults to 'All time', which can return a massive dataset and slow down the search; Smart Mode only adjusts the search mode (e.g., verbose vs. fast) after results are returned, not the time range, so it does not efficiently narrow down to last week's events.

93
MCQmedium

An analyst needs to count the number of distinct IP addresses that accessed a server. Which approach is most efficient?

A.| stats count by src_ip
B.| dedup src_ip | stats count
C.| stats dc(src_ip)
D.| fields src_ip | sort | uniq
AnswerC

The `| stats dc(src_ip)` command correctly uses the distinct count function to compute the number of unique src_ip values in one efficient pass.

Why this answer

`| stats dc(src_ip)` uses the `dc()` (distinct count) function to directly calculate the number of unique IP addresses in a single pass over the data. This is the most efficient approach as it avoids creating intermediate events or performing separate deduplication steps, leveraging Splunk's streaming stats for minimal memory and CPU overhead.

Exam trap

The trap here is that candidates often confuse `count` with `dc()` or think `dedup` is the standard way to count unique values, not realizing that `dc()` is purpose-built for efficient distinct counting in Splunk.

How to eliminate wrong answers

Option A is wrong because `| stats count by src_ip` returns a count of events per IP address, not the number of distinct IPs, requiring additional post-processing to get the distinct count. Option B is wrong because `| dedup src_ip | stats count` first removes duplicate events based on src_ip, which is less efficient than using `dc()` as it materializes all unique events in memory before counting, and can be slower on large datasets. Option D is wrong because `| fields src_ip | sort | uniq` is a multi-command pipeline that is inefficient and relies on the `uniq` command, which is not a native Splunk command (it is a Unix command not available in Splunk's search language), and it also sorts all events unnecessarily.

94
Multi-Selectmedium

Which two tabs are always present in the search results page? (Select TWO)

Select 2 answers
A.Visualization
B.Patterns
C.Events
D.Statistics
E.Fields
AnswersC, D

Always present to show raw events.

Why this answer

The Events and Statistics tabs are always present on the search results page because they represent the two fundamental views of search results: the raw event data (Events) and the tabular summary of statistical calculations (Statistics). Even if a search does not produce events or statistics, these tabs remain visible as placeholders, ensuring consistent navigation.

Exam trap

The trap here is that candidates often confuse the always-present tabs (Events and Statistics) with commonly seen but conditional tabs like Visualization or Patterns, assuming they are permanent because they appear frequently in typical searches.

95
MCQmedium

A Splunk administrator is reviewing the 'Add Data' wizard for a new data source. The admin wants to monitor a log file that is located on the same server where Splunk is installed. The admin navigates to Settings > Add Data and selects 'Monitor' and then 'Files & Directories'. In the file list, the admin sees a checkbox next to each file. The admin selects the desired file and clicks 'Next'. However, the wizard does not proceed to the next page; instead, nothing happens. The admin has confirmed that the file exists and is readable. What is the most likely cause?

A.The admin's Splunk Web session has timed out.
B.The admin did not select a source type for the file.
C.The file is already being monitored by another input.
D.The file is too large and Splunk is processing it.
AnswerA

Correct: A long idle session may need re-login.

Why this answer

The most likely cause is that the admin's Splunk Web session has timed out. When a session expires, UI interactions such as clicking 'Next' may become unresponsive without any error message. The admin should refresh the page and log in again.

Option B is incorrect because a source type is not required to proceed; the wizard defaults to automatic source type. Option C is incorrect because if the file were already monitored, Splunk would display a warning rather than silently failing to advance. Option D is incorrect because file size does not prevent clicking 'Next'; Splunk handles large files in the background.

96
MCQmedium

After running a search, an analyst notices that useful fields are not appearing in the 'Selected Fields' section. What is the most likely reason?

A.The user has manually hidden those fields in the field sidebar.
B.The search is using a transforming command that suppresses field display.
C.The fields are not extracted or indexed in the data.
D.The time range is too wide, causing field extraction to be incomplete.
AnswerC

Fields are only available if they are extracted or indexed.

Why this answer

Fields appear in the 'Selected Fields' section only if they have been extracted and indexed from the raw data. If the data source does not contain the expected field-value pairs, or if no field extraction (such as from a props.conf or a search-time extraction) has been configured, Splunk will not populate those fields. This is the most common cause of missing fields in the interface.

Exam trap

The trap here is that candidates often confuse the 'Selected Fields' section with the 'Interesting Fields' section, or assume that a transforming command like 'stats' hides fields, when in fact the root cause is that the fields were never extracted from the raw data.

How to eliminate wrong answers

Option A is wrong because manually hiding fields in the field sidebar only affects the display of already extracted fields; it does not prevent fields from appearing in the 'Selected Fields' section if they exist. Option B is wrong because transforming commands (e.g., stats, chart, timechart) do not suppress field display; they aggregate data and may change the result set, but the underlying extracted fields remain available in the field sidebar. Option D is wrong because a wide time range does not cause incomplete field extraction; field extraction is based on the data's structure and configuration, not on the time range's breadth.

97
MCQeasy

Refer to the exhibit. A user reports they cannot log in to Splunk Web and sees this error in the logs. What is the most likely cause?

A.The user typed an incorrect username or password.
B.The user's session has expired or the CSRF token is invalid.
C.The Splunk indexer is not responding.
D.The user ran too many searches and hit a limit.
AnswerB

CSRF token validation is session-related.

Why this answer

The error message indicates an invalid CSRF token or expired session, which is a security mechanism in Splunk Web that prevents cross-site request forgery. When a session expires or the CSRF token is invalid, the user cannot authenticate or maintain their session, leading to a login failure. This is distinct from incorrect credentials, which would produce a different error.

Exam trap

The trap here is that candidates often confuse authentication errors (wrong password) with session/CSRF token errors, but Splunk logs distinct error messages for each, and this question tests the ability to interpret the specific log entry rather than assuming a generic login failure.

How to eliminate wrong answers

Option A is wrong because an incorrect username or password would generate a specific 'Login failed' error, not a CSRF token or session expiration error. Option C is wrong because an unresponsive indexer would cause search or data ingestion issues, not a login failure at the web interface level. Option D is wrong because hitting a search limit would result in a 'Too many concurrent searches' or resource quota error, not a session or CSRF token error.

98
MCQhard

Refer to the exhibit. What does this configuration do?

A.It creates a new sourcetype
B.It clears the host field
C.It enables SSL for the sourcetype
D.It sets the host field based on IP using a transform
AnswerD

The transform name suggests setting host from IP.

Why this answer

This props.conf stanza applies a transform named 'set_host_from_ip' to all events of sourcetype 'my_sourcetype'. Transforms typically modify field values; this one sets the host field based on the source IP.

99
Multi-Selecteasy

Which three of the following actions can be performed from the "Save As" menu in the Search app? (Select THREE)

Select 3 answers
A.Save as alert
B.Save as event type
C.Save as search macro
D.Save as report
E.Save as dashboard panel
AnswersA, D, E

Creates an alert based on the search.

Why this answer

The 'Save As' menu in the Search app provides direct options to persist search results as an alert, a report, or a dashboard panel. 'Save as alert' (A) creates a scheduled search that triggers actions when conditions are met, which is a core feature for proactive monitoring.

Exam trap

Splunk often tests the distinction between actions available directly from the search results interface versus those requiring navigation to Settings, leading candidates to mistakenly select 'event type' or 'search macro' as valid 'Save As' options.

100
Multi-Selecthard

Which THREE of the following are standard components of the Splunk Web Search interface? (Choose three.)

Select 3 answers
A.Commands bar
B.Field sidebar
C.Timeline
D.Job Inspector
E.Search bar
AnswersB, C, E

Correct: The field sidebar shows extracted fields.

Why this answer

The Field sidebar (B) is a standard component of the Splunk Web Search interface that displays extracted fields from search results, allowing users to click on field values to refine searches. It is always present by default in the Search & Reporting app, providing immediate access to field discovery and filtering without additional configuration.

Exam trap

Splunk often tests the distinction between persistent interface components (like the Field sidebar, Timeline, and Search bar) and auxiliary tools (like the Job Inspector or Commands bar) that are accessed through menus or context actions, leading candidates to overcount or misidentify standard elements.

101
MCQmedium

An administrator notices that a user's search is timing out after 60 seconds. The search needs up to 5 minutes to complete. What should the administrator do?

A.Reduce the time range of the search to run faster.
B.Adjust the 'Search Results Retention' in the user's account preferences.
C.Change the search to a real-time search to avoid timeout.
D.Increase the 'Search Timeout' setting in system settings.
AnswerD

Increasing the 'Search Timeout' in system settings extends the maximum runtime for search jobs, allowing the 5-minute search to finish without timing out.

Why this answer

The 'Search Timeout' setting under Settings > System settings controls the maximum time a search job can run before being terminated. By default it is 60 seconds; increasing it to 5 minutes allows the search to complete. Option B is incorrect because 'Search Results Retention' in account preferences controls how long completed results are saved, not the timeout for running searches.

Exam trap

The trap is that there is a user-level 'Search Results Retention' setting that sounds related, but it only affects how long finished results are kept. The correct setting is the global 'Search Timeout' under system settings, which directly extends the runtime limit for all users.

How to eliminate wrong answers

Option A is wrong because reducing the time range may not address the underlying issue if the search inherently requires up to 5 minutes to process the necessary data; it could also produce incomplete results. Option C is wrong because real-time searches do not have a timeout in the same way, but they continuously run and consume resources, and changing to real-time does not solve the timeout problem for a historical search that needs 5 minutes. Option D is wrong because there is no 'Search Timeout' setting in system settings; the timeout is controlled per user via the 'Search Results Retention' preference, not a global system parameter.

102
Multi-Selecteasy

Which TWO of the following are valid ways to navigate from a search result to a dashboard?

Select 2 answers
A.Drag a field from the Fields sidebar to the dashboard canvas.
B.Click the 'Dashboard' button on the search bar.
C.Click 'Open in Dashboard' from the search actions menu (ellipsis).
D.Save the search as a report, then add the report to a dashboard panel.
E.Right-click on the timeline and select 'Open in Dashboard'.
AnswersC, D

Available if user has permissions and using Dashboards feature.

Why this answer

Clicking 'Open in Dashboard' from the search actions menu (ellipsis) directly converts the current search results into a dashboard panel, allowing you to immediately add the visualization to a new or existing dashboard. This is a built-in Splunk navigation feature that streamlines the workflow from ad-hoc search to persistent dashboard content.

Exam trap

The trap here is that candidates may confuse the 'Open in Dashboard' option with a hypothetical 'Dashboard' button on the search bar, or assume that right-clicking the timeline provides dashboard navigation, when in fact only the search actions menu and the report-to-dashboard workflow are valid methods.

103
MCQeasy

A user wants to quickly see the count of events per source type over the last hour without performing a search. Which Splunk Web feature provides this information with the fewest clicks?

A.Click the Field sidebar in the Search app.
B.Navigate to Settings > Data Inputs to view event counts.
C.Use the Data Summary page on the Splunk Home page.
D.Use the Search & Reporting app and run a search with | stats count by sourcetype.
AnswerC

Correct: Data Summary provides quick event counts per source type.

Why this answer

The Data Summary page on the Splunk Home page provides a quick, pre-computed overview of event counts per source type, host, and source for the last hour without requiring a search. This feature is designed for rapid data exploration with minimal clicks, making it the most efficient option for this task.

Exam trap

The Splunk exam often tests the distinction between features that require a search (like the Search & Reporting app or Field sidebar) and those that provide pre-computed summaries (like the Data Summary page), leading candidates to incorrectly choose a search-based option when the question explicitly states 'without performing a search'.

How to eliminate wrong answers

Option A is wrong because the Field sidebar in the Search app shows field values and statistics only after a search has been executed, not without performing a search. Option B is wrong because Settings > Data Inputs is used to configure data ingestion (e.g., monitor files, network ports) and does not display event counts per source type. Option D is wrong because it explicitly requires running a search with the `| stats count by sourcetype` command, which contradicts the requirement of 'without performing a search'.

← PreviousPage 2 of 2 · 103 questions total

Ready to test yourself?

Try a timed practice session using only Splunk Basics questions.