Skip to content

Commit

Permalink
[DOCS] EQL: Fix API example headings
Browse files Browse the repository at this point in the history
  • Loading branch information
jrodewig committed May 18, 2020
1 parent 35bc386 commit 22f54ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/reference/eql/eql-search-api.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ https://en.wikipedia.org/wiki/Unix_time[Unix epoch].
==== {api-examples-title}

[[eql-search-api-basic-query-ex]]
==== Basic query example
===== Basic query example

The following EQL search request searches for events with an `event.category` of
`file` that meet the following conditions:
Expand Down Expand Up @@ -397,7 +397,7 @@ in ascending order.
// TESTRESPONSE[s/"took": 6/"took": $body.took/]

[[eql-search-api-sequence-ex]]
==== Sequence query example
===== Sequence query example

The following EQL search request matches a <<eql-sequences,sequence>> of events
that:
Expand Down

0 comments on commit 22f54ba

Please sign in to comment.