Skip to content

Commit

Permalink
libbeat/docs: add item for cache processor (#36785) (#36807)
Browse files Browse the repository at this point in the history
(cherry picked from commit a4f8aa1)

Co-authored-by: Dan Kortschak <[email protected]>
  • Loading branch information
mergify[bot] and efd6 authored Oct 9, 2023
1 parent 067c1a8 commit 0b75608
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions auditbeat/docs/index.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ include::{asciidoc-dir}/../../shared/attributes.asciidoc[]
:docker_platform:
:win_os:
:linux_os:
:no_cache_processor:
:no_decode_cef_processor:
:no_decode_csv_fields_processor:
:no_parse_aws_vpc_flow_log_processor:
Expand Down
1 change: 1 addition & 0 deletions heartbeat/docs/index.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ include::{asciidoc-dir}/../../shared/attributes.asciidoc[]
:linux_os:
:docker_platform:
:win_os:
:no_cache_processor:
:no_dashboards:
:no_decode_cef_processor:
:no_decode_csv_fields_processor:
Expand Down
3 changes: 3 additions & 0 deletions libbeat/docs/processors-list.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,9 @@ endif::[]
ifndef::no_append_processor[]
include::{libbeat-processors-dir}/actions/docs/append.asciidoc[]
endif::[]
ifndef::no_cache_processor[]
include::{libbeat-processors-dir}/cache/docs/cache.asciidoc[]
endif::[]
ifndef::no_community_id_processor[]
include::{libbeat-processors-dir}/communityid/docs/communityid.asciidoc[]
endif::[]
Expand Down
1 change: 1 addition & 0 deletions metricbeat/docs/index.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ include::{asciidoc-dir}/../../shared/attributes.asciidoc[]
:linux_os:
:docker_platform:
:win_os:
:no_cache_processor:
:no_decode_cef_processor:
:no_decode_csv_fields_processor:
:no_parse_aws_vpc_flow_log_processor:
Expand Down
1 change: 1 addition & 0 deletions packetbeat/docs/index.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ include::{asciidoc-dir}/../../shared/attributes.asciidoc[]
:linux_os:
:docker_platform:
:win_os:
:no_cache_processor:
:no_decode_cef_processor:
:no_decode_csv_fields_processor:
:no_parse_aws_vpc_flow_log_processor:
Expand Down
1 change: 1 addition & 0 deletions winlogbeat/docs/index.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ include::{asciidoc-dir}/../../shared/attributes.asciidoc[]
:ignores_max_retries:
:win_os:
:win_only:
:no_cache_processor:
:no_decode_cef_processor:
:no_decode_csv_fields_processor:
:no_parse_aws_vpc_flow_log_processor:
Expand Down
1 change: 1 addition & 0 deletions x-pack/functionbeat/docs/index.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ include::{asciidoc-dir}/../../shared/attributes.asciidoc[]
:mac_os:
:win_os:
:linux_os:
:no_cache_processor:
:no_dashboards:
:no_repos:
:no_decode_cef_processor:
Expand Down

0 comments on commit 0b75608

Please sign in to comment.