Courseiva
Advanced Visualization and LookupsmediumMultiple SelectObjective-mapped

SPLK-1002 Advanced Visualization and Lookups Practice Question

A Splunk user wants to create a stacked bar chart showing the count of events by status (success, failure) over time. Which TWO configuration steps are necessary?

Answer choices

Why each option matters

Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.

Correct answer & explanation

Use the timechart command with a split-by field

To create a stacked bar chart over time, you need to use timechart with a split-by field to get time series and then set the stack mode to stacked in visualization options. Chart command does not inherently produce time series, and eval is not needed. Line chart is not stacked bar.

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • Use the timechart command with a split-by field

    Why this is correct

    timechart count by status produces time-series data with separate series.

  • Use the eval command to create a new field

    Why it's wrong here

    No new field is needed; the status field already exists.

  • Use the chart command with a split-by field

    Why it's wrong here

    chart does not automatically use time as x-axis; timechart is preferred for time.

  • Select the 'line' chart type

    Why it's wrong here

    Line chart is not stacked; it shows lines, not stacked bars.

  • Set the stack mode to 'stacked' in visualization options

    Why this is correct

    Stacked mode is required to see the bars stacked.

About these practice questions

Courseiva writes every SPLK-1002 question from scratch — 475 in total, each with an explanation and a wrong-answer breakdown. None are copied from real exams or dumps. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

JA

Written by Johnson Ajibi, MSc IT Security

Senior Network & Security Engineer · founder of Courseiva

This SPLK-1002 practice question is part of Courseiva's free Splunk certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the SPLK-1002 exam.