What is the valid option for a [monitor] stanza in inputs.conf?
A. enabled
B. datasource
C. Server_name
D. ignoreOlderThan
Explanation: Setting: ignoreOlderThan =
Which Splunk configuration file is used to enable data integrity checking?
A. props.conf
B. global.conf
C. indexes.conf
D. data_integrity.conf
Which setting in indexes. conf allows data retention to be controlled by time?
A. maxDaysToKeep
B. moveToFrozenAfter
C. maxDataRetentionTime
D. frozenTimePeriodlnSecs
When deploying apps on Universal Forwarders using the deployment server, what is the correct component and location of the app before it is deployed?
A. On Universal Forwarder, $SPLUNK_HOME/etc/apps
B. On Deployment Server, $SPLUNK_HOME/etc/apps
C. On Deployment Server, $SPLUNK_HOME/etc/deployment-apps
D. On Universal Forwarder, $SPLUNK_HOME/etc/deployment-apps
Explanation:
The correct answer is C. On Deployment Server, $SPLUNK_HOME/etc/deployment-apps.
A deployment server is a Splunk Enterprise instance that acts as a centralized
configuration manager for any number of other instances, called “deployment clients”.A
deployment client can be a universal forwarder, a non-clustered indexer, or a search
head1.
A deployment app is a directory that contains any content that you want to download to a
set of deployment clients.The content can include a Splunk Enterprise app, a set of Splunk
Enterprise configurations, or other content, such as scripts, images, and supporting files2.
You create a deployment app by creating a directory for it on the deployment server. The
default location is $SPLUNK_HOME/etc/deployment-apps, but this is configurable through
the repositoryLocation attribute in serverclass.conf. Underneath this location, each app
must have its own subdirectory.The name of the subdirectory serves as the app name in
the forwarder management interface2.
The other options are incorrect because:
A. On Universal Forwarder, $SPLUNK_HOME/etc/apps. This is the location where
the deployment app resides after it is downloaded from the deployment server to
the universal forwarder.It is not the location of the app before it is deployed2.
B. On Deployment Server, $SPLUNK_HOME/etc/apps. This is the location where
the apps that are specific to the deployment server itself reside.It is not the location
where the deployment apps for the clients are stored2.
D. On Universal Forwarder, $SPLUNK_HOME/etc/deployment-apps. This is not a
valid location for any app on a universal forwarder.The universal forwarder does
not act as a deployment server and does not store deployment apps3.
When should the Data Preview feature be used?
A. When extracting fields for ingested data.
B. When previewing the data before searching.
C. When reviewing data on the source host.
D. When validating the parsing of data.
Explanation: The Data Preview feature should be used when validating the parsing of
data. The Data Preview feature allows you to preview how Splunk software will index your
data before you commit the data to an index. You can use the Data Preview feature to
check the following aspects of data parsing1:
Timestamp recognition: You can verify that Splunk software correctly identifies the
timestamps of your events and assigns them to the _time field.
Event breaking: You can verify that Splunk software correctly breaks your data
stream into individual events based on the line breaker and should linemerge
settings.
Source type assignment: You can verify that Splunk software correctly assigns a
source type to your data based on the props.conf file settings. You can also
manually override the source type if needed.
Field extraction: You can verify that Splunk software correctly extracts fields from
your events based on the transforms.conf file settings. You can also use the
Interactive Field Extractor (IFX) to create custom field extractions.
The Data Preview feature is available in Splunk Web under Settings > Data inputs > Data
preview.You can access the Data Preview feature when you add a new input or edit an
existing input1.
The other options are incorrect because:
A. When extracting fields for ingested data. The Data Preview feature can be used
to verify the field extraction for data that has not been ingested yet, but not for data
that has already been indexed.To extract fields from ingested data, you can use
the IFX or the rex command in the Search app2.
B. When previewing the data before searching. The Data Preview feature does not
allow you to search the data, but only to view how it will be indexed. To preview
thedata before searching, you can use the Search app and specify a time range or
a sample ratio.
C. When reviewing data on the source host. The Data Preview feature does not
access the data on the source host, but only the data that has been uploaded or
monitored by Splunk software. To review data on the source host, you can use the
Splunk Universal Forwarder or the Splunk Add-on for Unix and Linux.
Page 13 out of 37 Pages |
Previous |