Skip to content

Commit

Permalink
Improve heading titles
Browse files Browse the repository at this point in the history
  • Loading branch information
leemthompo committed Nov 5, 2024
1 parent b903f53 commit 621b874
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions docs/reference/quickstart/aggs-tutorial.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Let's start by calculating important metrics about orders and customers.

[discrete]
[[aggregations-tutorial-order-value]]
==== Understand typical order size
==== Get average order size

[source,console]
----
Expand Down Expand Up @@ -98,7 +98,7 @@ GET kibana_sample_data_ecommerce/_search

[discrete]
[[aggregations-tutorial-order-stats]]
==== Get a complete picture of order values
==== Get multiple order statistics at once

Calculate multiple statistics about orders in one request.

Expand Down Expand Up @@ -152,13 +152,13 @@ The <<search-aggregations-metrics-stats-aggregation,stats aggregation>> is more

[discrete]
[[aggregations-tutorial-sales-patterns]]
=== Analyze the sales patterns
=== Analyze sales patterns

Let's group orders in different ways to understand sales patterns.

[discrete]
[[aggregations-tutorial-category-breakdown]]
==== See how different categories perform
==== Break down sales by category

[source,console]
----
Expand Down Expand Up @@ -348,6 +348,8 @@ GET kibana_sample_data_ecommerce/_search
[[aggregations-tutorial-daily-metrics]]
==== Analyze daily sales performance

Let's combine metrics to track daily trends: daily revenue, unique customers, and average basket size.

[source,console]
----
GET kibana_sample_data_ecommerce/_search
Expand Down

0 comments on commit 621b874

Please sign in to comment.