Objective 6.3

Core Certified Power User

Create an event type

Objective 6.3 sits in Creating Tags and Event Types, which carries 10% of the Core Certified Power User exam. The questions below are original, written from the official objective title above, and each explanation cites the Splunk page it rests on.

Objective title verbatim from the official objectives. Splunk exam page

A worked example

Shown solved, with the whole explanation open: this is what every question here carries.

6-3Creating Tags and Event Types

A user saves a search as an event type. What does Splunk say happens to matching events afterwards?

They gain an eventtype field valueCorrect · your answerCorrect.
They are copied to a new indexNothing is copied. The events stay where they were indexed.
They are tagged at index timeThe association is made at search time rather than at index time.
They are excluded from other searchesThe events remain available to every search as before.

Correct.

Checked against help.splunk.com, August 2026

Concept

The category is attached to events as they are returned, so it travels with them into any search at all. That is why an event type defined once shows up in work that has nothing to do with it.

Why A

Splunk states that if you save a search as an event type, any event that can be returned by that search gets the eventtype field with that name added to it at search time, even when you are searching for something completely different.

Source

If you save that search as an event type named successful_purchase , any event that can be returned by that search gets eventtype=successful_purchase added to it at search time. This happens even if you are searching for something completely different.

Splunk Docs: About event types, checked August 2026
#event-types#search-time

Now you: objective 6.3 questions

No account needed. The explanation opens when you answer.

Sample question 1 of 3

6-3Creating Tags and Event Types

An analyst wants to search using an event type they created. What does Splunk say to include as a search term?

Sample question 2 of 3

6-3Creating Tags and Event Types

A user finds one event carrying two event types. What does Splunk say the eventtype field becomes?

Sample question 3 of 3

6-3Creating Tags and Event Types

An engineer tries to define an event type from a search containing a pipe and a subsearch. What does Splunk say?

Full Core Certified Power User question bank coming

We’re writing the complete bank from the official objectives right now. Leave your email and we’ll tell you when it ships, nothing else, ever.

Read the sources

These are the official pages the questions above cite. Reading them is studying the objective from the primary source, which is what the explanations point you toward anyway.

More objectives in Creating Tags and Event Types