Skip to content

Add ecs-logging-python to the build #2037

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Jan 14, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions conf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ repos:
ecs-dotnet: https://github.com/elastic/ecs-dotnet.git
ecs-logging: https://github.com/elastic/ecs-logging.git
ecs-logging-java: https://github.com/elastic/ecs-logging-java.git
ecs-logging-python: https://github.com/elastic/ecs-logging-python.git
ecs-logging-ruby: https://github.com/elastic/ecs-logging-ruby.git
eland: https://github.com/elastic/eland.git
elasticsearch-hadoop: https://github.com/elastic/elasticsearch-hadoop.git
Expand Down Expand Up @@ -1256,6 +1257,28 @@ contents:
-
repo: ecs-logging
path: docs
- title: ECS Logging Python Reference
prefix: python
current: master
branches: [ master ]
live: [ master ]
index: docs/index.asciidoc
chunk: 1
tags: ECS-logging/python/Guide
subject: ECS Logging Python Reference
sources:
-
repo: ecs-logging-python
path: docs
-
repo: docs
path: shared/versions/stack/{version}.asciidoc
-
repo: docs
path: shared/attributes.asciidoc
-
repo: ecs-logging
path: docs

- title: Elastic Security
sections:
Expand Down
2 changes: 2 additions & 0 deletions doc_build_aliases.sh
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,8 @@ alias docbldecsjv='$GIT_HOME/docs/build_docs --doc $GIT_HOME/ecs-logging-java/do

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

alias docbldecspy='$GIT_HOME/docs/build_docs --doc $GIT_HOME/ecs-logging-python/docs/index.asciidoc --resource=$GIT_HOME/ecs-logging/docs/ --chunk 1'

alias docbldecsrb='$GIT_HOME/docs/build_docs --doc $GIT_HOME/ecs-logging-ruby/docs/index.asciidoc --resource=$GIT_HOME/ecs-logging/docs/ --chunk 1'

# GKE
Expand Down
1 change: 1 addition & 0 deletions shared/attributes.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ endif::[]
:ecs-logging-ref: https://www.elastic.co/guide/en/ecs-logging/overview/{ecs-logging}
:ecs-logging-java-ref: https://www.elastic.co/guide/en/ecs-logging/java/{ecs-logging-java}
:ecs-logging-dotnet-ref: https://www.elastic.co/guide/en/ecs-logging/dotnet/{ecs-logging-dotnet}
:ecs-logging-python-ref: https://www.elastic.co/guide/en/ecs-logging/python/{ecs-logging-python}
:ecs-logging-ruby-ref: https://www.elastic.co/guide/en/ecs-logging/ruby/{ecs-logging-ruby}
:ml-docs: https://www.elastic.co/guide/en/machine-learning/{branch}
:eland-docs: https://www.elastic.co/guide/en/elasticsearch/client/eland-docs/{branch}
Expand Down
1 change: 1 addition & 0 deletions shared/versions/stack/7.10.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,5 @@ ECS Logging
:ecs-logging: master
:ecs-logging-java: 1.x
:ecs-logging-dotnet: master
:ecs-logging-python: master
:ecs-logging-ruby: master
1 change: 1 addition & 0 deletions shared/versions/stack/7.11.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,5 @@ ECS Logging
:ecs-logging: master
:ecs-logging-java: 1.x
:ecs-logging-dotnet: master
:ecs-logging-python: master
:ecs-logging-ruby: master
1 change: 1 addition & 0 deletions shared/versions/stack/7.x.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,5 @@ ECS Logging
:ecs-logging: master
:ecs-logging-java: 1.x
:ecs-logging-dotnet: master
:ecs-logging-python: master
:ecs-logging-ruby: master
1 change: 1 addition & 0 deletions shared/versions/stack/master.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,5 @@ ECS Logging
:ecs-logging: master
:ecs-logging-java: 1.x
:ecs-logging-dotnet: master
:ecs-logging-python: master
:ecs-logging-ruby: master