Skip to content

Latest commit

 

History

History
86 lines (82 loc) · 4.76 KB

File metadata and controls

86 lines (82 loc) · 4.76 KB
slug /search/search-query-language/group-aggregate-operators
title Group or Aggregate Operators
description Understand and use group and aggregate operators in Sumo Logic to summarize, transform, and visualize data from your logs and metrics.

import useBaseUrl from '@docusaurus/useBaseUrl';

In this section, we'll introduce the following concepts:

Queries icon

Learn how aggregating (group-by) functions evaluate messages and place them into groups.

Queries icon

Calculates the avg value of a numerical field being evaluated.

Queries icon

Use with a group operator and field name.

Queries icon

Return the first or last result relative to the sort order.

Queries icon

Calculates the median value for a particular field.

Queries icon

Use these functions to find the smallest or largest value in a set of values.

Queries icon

Select the most or least recent value within a group.

Queries icon

Finds the specified percentiles of a given field.

Queries icon

Finds the percentile of a given field.

Queries icon

Finds the standard deviation for numerical values within a time range.

Queries icon

Adds values of a numerical field being evaluated within a time range.

Queries icon

Provides all the distinct values of a field.