Skip to content

Commit ff54fd4

Browse files
authored
Add ecs-logging-python to the build (#2037)
1 parent 8a34fa4 commit ff54fd4

File tree

7 files changed

+30
-0
lines changed

7 files changed

+30
-0
lines changed

conf.yaml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ repos:
2020
ecs-dotnet: https://github.com/elastic/ecs-dotnet.git
2121
ecs-logging: https://github.com/elastic/ecs-logging.git
2222
ecs-logging-java: https://github.com/elastic/ecs-logging-java.git
23+
ecs-logging-python: https://github.com/elastic/ecs-logging-python.git
2324
ecs-logging-ruby: https://github.com/elastic/ecs-logging-ruby.git
2425
eland: https://github.com/elastic/eland.git
2526
elasticsearch-hadoop: https://github.com/elastic/elasticsearch-hadoop.git
@@ -1256,6 +1257,28 @@ contents:
12561257
-
12571258
repo: ecs-logging
12581259
path: docs
1260+
- title: ECS Logging Python Reference
1261+
prefix: python
1262+
current: master
1263+
branches: [ master ]
1264+
live: [ master ]
1265+
index: docs/index.asciidoc
1266+
chunk: 1
1267+
tags: ECS-logging/python/Guide
1268+
subject: ECS Logging Python Reference
1269+
sources:
1270+
-
1271+
repo: ecs-logging-python
1272+
path: docs
1273+
-
1274+
repo: docs
1275+
path: shared/versions/stack/{version}.asciidoc
1276+
-
1277+
repo: docs
1278+
path: shared/attributes.asciidoc
1279+
-
1280+
repo: ecs-logging
1281+
path: docs
12591282

12601283
- title: Elastic Security
12611284
sections:

doc_build_aliases.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,8 @@ alias docbldecsjv='$GIT_HOME/docs/build_docs --doc $GIT_HOME/ecs-logging-java/do
203203

204204
alias docbldecsnet='$GIT_HOME/docs/build_docs --doc $GIT_HOME/ecs-dotnet/docs/index.asciidoc --resource=$GIT_HOME/ecs-logging/docs/ --chunk 1'
205205

206+
alias docbldecspy='$GIT_HOME/docs/build_docs --doc $GIT_HOME/ecs-logging-python/docs/index.asciidoc --resource=$GIT_HOME/ecs-logging/docs/ --chunk 1'
207+
206208
alias docbldecsrb='$GIT_HOME/docs/build_docs --doc $GIT_HOME/ecs-logging-ruby/docs/index.asciidoc --resource=$GIT_HOME/ecs-logging/docs/ --chunk 1'
207209

208210
# GKE

shared/attributes.asciidoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ endif::[]
9191
:ecs-logging-ref: https://www.elastic.co/guide/en/ecs-logging/overview/{ecs-logging}
9292
:ecs-logging-java-ref: https://www.elastic.co/guide/en/ecs-logging/java/{ecs-logging-java}
9393
:ecs-logging-dotnet-ref: https://www.elastic.co/guide/en/ecs-logging/dotnet/{ecs-logging-dotnet}
94+
:ecs-logging-python-ref: https://www.elastic.co/guide/en/ecs-logging/python/{ecs-logging-python}
9495
:ecs-logging-ruby-ref: https://www.elastic.co/guide/en/ecs-logging/ruby/{ecs-logging-ruby}
9596
:ml-docs: https://www.elastic.co/guide/en/machine-learning/{branch}
9697
:eland-docs: https://www.elastic.co/guide/en/elasticsearch/client/eland-docs/{branch}

shared/versions/stack/7.10.asciidoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,5 @@ ECS Logging
3838
:ecs-logging: master
3939
:ecs-logging-java: 1.x
4040
:ecs-logging-dotnet: master
41+
:ecs-logging-python: master
4142
:ecs-logging-ruby: master

shared/versions/stack/7.11.asciidoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,5 @@ ECS Logging
3838
:ecs-logging: master
3939
:ecs-logging-java: 1.x
4040
:ecs-logging-dotnet: master
41+
:ecs-logging-python: master
4142
:ecs-logging-ruby: master

shared/versions/stack/7.x.asciidoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,5 @@ ECS Logging
3838
:ecs-logging: master
3939
:ecs-logging-java: 1.x
4040
:ecs-logging-dotnet: master
41+
:ecs-logging-python: master
4142
:ecs-logging-ruby: master

shared/versions/stack/master.asciidoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,5 @@ ECS Logging
3838
:ecs-logging: master
3939
:ecs-logging-java: 1.x
4040
:ecs-logging-dotnet: master
41+
:ecs-logging-python: master
4142
:ecs-logging-ruby: master

0 commit comments

Comments
 (0)