On This Page

Home / Search/ Explore/Inspect Your Cribl Search Datasets

Inspect Your Cribl Search Datasets

Understand your data before searching, so you can pick the right Datasets, know their fields, and build on previous analyses.


Highlights
  • From Search Home, select a Dataset to see its contents, statistics, history, and more.
  • Use that info to pick a starting point for an investigation, reuse trusted queries, or spot ingest issues.
  • Cribl-hosted Search Datasets give you richer insights into fields than federated Datasets.

See What’s in Your Datasets Before Running a Search

Reviewing your Datasets beforehand lets you:

  • Decide what fields matter most for your investigation.
  • Reuse searches, Dashboards, and Notebooks instead of starting from scratch.
  • Catch ingest and parsing issues before they affect analysis.

If you’re unsure where to start in an environment with a lot of data:

  • Prefer Datasets with higher recent search activity.
  • De-prioritize low- or no-usage Datasets unless you have a specific use case.
  • Look up a Dataset’s top users to find people that can share proven query patterns.

Visibility depends on your permissions, so you’ll only see Datasets you’re allowed to access.

See Live Data Flow

If you ingested data into a lakehouse engine, you can verify whether events arrive, parse, and route as expected.

  1. On the Cribl.Cloud top bar, select Products > Search > Data > Live Data.
  2. Wait for Cribl Search to capture a sample of incoming events.

    You can select Capture to refresh the results and see the latest events.

  3. Set the following Capture Filters to refine the view:
ObjectsCapture LevelSize and DurationTypes

See Dataset Details and Statistics

Explore your Search Datasets and federated Datasets:

  1. Go to Search Home: On the Cribl.Cloud top bar, select Products > Search.
  2. Under Available Datasets, select a Dataset.

What you see in the details panel depends on the Dataset type.

Search DatasetsFederated Datasets
Search History

Review recent queries for proven starting points. Reuse what works, then refine.

For more information and ideas, see View History and Reuse Search Results.

Saved Searches

Open saved searches to apply team standards or keep results more consistent across users.

Dashboards

View Dashboards that reference this Dataset before you write a custom query.

Notebooks

Open related Notebooks to see or continue earlier investigations.

Explore Fields in Search Datasets

Cribl-hosted Search Datasets offer deep insight into their data structure, so you can pick fields that work well in filters, group-by clauses, or aggregations.

  1. Go to Search Home: On the Cribl.Cloud top bar, select Products > Search.
  2. Under Available Datasets, select a Search Dataset you want to inspect.

    Search Datasets are marked with the lakehouse icon Lakehouse .

  3. In the resulting details panel, look at the Fields section.

    If the Fields section is empty, select Retry to load the metadata.

    If there’s no Fields section at all, you’re looking at a federated Dataset. Select a Search Dataset instead.

Each field has the following metrics, filtered for the selected time window:

Field MetricDescription
FieldField name you use in queries.
TypeData type, such as string, numeric, boolean, object, or array.
UniquesHow many distinct values the field has in the selected time window.
PresenceWhat percentage of all events contain this field in the selected time window.
Null or emptyHow often values are null or empty in the selected time window.

Use those metrics to find:

  • High-presence fields for filters and joins.
  • Low-cardinality fields for group-by clauses.
  • Weak fields with many null or empty values.

Select a field to drill down into details. For example, you can add the field to a query, or aggregate on it.