File tree Expand file tree Collapse file tree 7 files changed +30
-0
lines changed Expand file tree Collapse file tree 7 files changed +30
-0
lines changed Original file line number Diff line number Diff line change 20
20
ecs-dotnet : https://github.com/elastic/ecs-dotnet.git
21
21
ecs-logging : https://github.com/elastic/ecs-logging.git
22
22
ecs-logging-java : https://github.com/elastic/ecs-logging-java.git
23
+ ecs-logging-python : https://github.com/elastic/ecs-logging-python.git
23
24
ecs-logging-ruby : https://github.com/elastic/ecs-logging-ruby.git
24
25
eland : https://github.com/elastic/eland.git
25
26
elasticsearch-hadoop : https://github.com/elastic/elasticsearch-hadoop.git
@@ -1256,6 +1257,28 @@ contents:
1256
1257
-
1257
1258
repo : ecs-logging
1258
1259
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
1259
1282
1260
1283
- title : Elastic Security
1261
1284
sections :
Original file line number Diff line number Diff line change @@ -203,6 +203,8 @@ alias docbldecsjv='$GIT_HOME/docs/build_docs --doc $GIT_HOME/ecs-logging-java/do
203
203
204
204
alias docbldecsnet=' $GIT_HOME/docs/build_docs --doc $GIT_HOME/ecs-dotnet/docs/index.asciidoc --resource=$GIT_HOME/ecs-logging/docs/ --chunk 1'
205
205
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
+
206
208
alias docbldecsrb=' $GIT_HOME/docs/build_docs --doc $GIT_HOME/ecs-logging-ruby/docs/index.asciidoc --resource=$GIT_HOME/ecs-logging/docs/ --chunk 1'
207
209
208
210
# GKE
Original file line number Diff line number Diff line change @@ -91,6 +91,7 @@ endif::[]
91
91
:ecs-logging-ref: https://www.elastic.co/guide/en/ecs-logging/overview/{ecs-logging}
92
92
:ecs-logging-java-ref: https://www.elastic.co/guide/en/ecs-logging/java/{ecs-logging-java}
93
93
: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}
94
95
:ecs-logging-ruby-ref: https://www.elastic.co/guide/en/ecs-logging/ruby/{ecs-logging-ruby}
95
96
:ml-docs: https://www.elastic.co/guide/en/machine-learning/{branch}
96
97
:eland-docs: https://www.elastic.co/guide/en/elasticsearch/client/eland-docs/{branch}
Original file line number Diff line number Diff line change @@ -38,4 +38,5 @@ ECS Logging
38
38
:ecs-logging: master
39
39
:ecs-logging-java: 1.x
40
40
:ecs-logging-dotnet: master
41
+ :ecs-logging-python: master
41
42
:ecs-logging-ruby: master
Original file line number Diff line number Diff line change @@ -38,4 +38,5 @@ ECS Logging
38
38
:ecs-logging: master
39
39
:ecs-logging-java: 1.x
40
40
:ecs-logging-dotnet: master
41
+ :ecs-logging-python: master
41
42
:ecs-logging-ruby: master
Original file line number Diff line number Diff line change @@ -38,4 +38,5 @@ ECS Logging
38
38
:ecs-logging: master
39
39
:ecs-logging-java: 1.x
40
40
:ecs-logging-dotnet: master
41
+ :ecs-logging-python: master
41
42
:ecs-logging-ruby: master
Original file line number Diff line number Diff line change @@ -38,4 +38,5 @@ ECS Logging
38
38
:ecs-logging: master
39
39
:ecs-logging-java: 1.x
40
40
:ecs-logging-dotnet: master
41
+ :ecs-logging-python: master
41
42
:ecs-logging-ruby: master
You can’t perform that action at this time.
0 commit comments