File tree Expand file tree Collapse file tree 2 files changed +17
-0
lines changed Expand file tree Collapse file tree 2 files changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -1634,6 +1634,20 @@ contents:
1634
1634
-
1635
1635
repo : docs
1636
1636
path : shared/attributes.asciidoc
1637
+ - title : Elastic Ingest Overview
1638
+ prefix : en/ingest-overview
1639
+ current : main
1640
+ index : docs/en/ingest-guide/index.asciidoc
1641
+ branches : [ {main: master} ]
1642
+ tags : Ingest Overview
1643
+ subject : Ingest Overview
1644
+ sources :
1645
+ -
1646
+ repo : ingest-docs
1647
+ path : docs/en
1648
+ -
1649
+ repo : docs
1650
+ path : shared/attributes.asciidoc
1637
1651
- title : Elastic Logging Plugin for Docker
1638
1652
prefix : en/beats/loggingplugin
1639
1653
current : *stackcurrent
Original file line number Diff line number Diff line change @@ -66,6 +66,9 @@ docbldlsvpr() {
66
66
" $GIT_HOME /docs/build_docs" --doc " $GIT_HOME /logstash-docs/docs/versioned-plugins/index.asciidoc" --chunk 1 " $@ "
67
67
}
68
68
69
+ # Ingest Overview
70
+ alias docbldingest=' $GIT_HOME/docs/build_docs --doc $GIT_HOME/ingest-docs/docs/en/ingest-guide/index.asciidoc --chunk 1'
71
+
69
72
# Installation and Upgrade Guide 7.10 and later
70
73
alias docbldstk=' $GIT_HOME/docs/build_docs --doc $GIT_HOME/stack-docs/docs/en/install-upgrade/index.asciidoc --resource=$GIT_HOME/elasticsearch/docs/ --resource=$GIT_HOME/kibana/docs/ --resource=$GIT_HOME/beats/libbeat/docs/ --resource=$GIT_HOME/observability-docs/docs/en/observability --resource=$GIT_HOME/logstash/docs/ --resource=$GIT_HOME/elasticsearch-hadoop/docs/src/reference/asciidoc/ --resource=$GIT_HOME/security-docs/docs/ --chunk 1'
71
74
You can’t perform that action at this time.
0 commit comments