Skip to content

Commit 548826d

Browse files
authored
update branch to main (#65)
1 parent d979974 commit 548826d

File tree

2 files changed

+11
-10
lines changed

2 files changed

+11
-10
lines changed

.ci/Jenkinsfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,8 @@ pipeline {
6161
deleteDir()
6262
gitCheckout(basedir: "${BASE_DIR}",
6363
repo: "[email protected]:elastic/${REPO}.git",
64-
credentialsId: "${JOB_GIT_CREDENTIALS}"
64+
credentialsId: "${JOB_GIT_CREDENTIALS}",
65+
branch: 'main'
6566
)
6667
stash allowEmpty: true, name: 'source', useDefaultExcludes: false
6768
}

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@ Learn more in the [ECS Logging Reference](https://www.elastic.co/guide/en/ecs-lo
1616
* [Java Util Logging](https://www.elastic.co/guide/en/ecs-logging/java/current/setup.html)
1717
* [JBoss LogManager](https://www.elastic.co/guide/en/ecs-logging/java/current/setup.html)
1818
* [PHP](https://github.com/elastic/ecs-logging-php) ([docs](https://www.elastic.co/guide/en/ecs-logging/php/current/intro.html))
19-
* [Monolog v2.x](https://github.com/elastic/ecs-logging-php/blob/master/docs/Monolog_v2.md)
19+
* [Monolog v2.x](https://github.com/elastic/ecs-logging-php/blob/main/docs/Monolog_v2.md)
2020
* [.NET](https://github.com/elastic/ecs-dotnet) ([docs](https://www.elastic.co/guide/en/ecs-logging/dotnet/current/intro.html))
21-
* [Serilog](https://github.com/elastic/ecs-dotnet/tree/master/src/Elastic.CommonSchema.Serilog)
22-
* [NLog](https://github.com/elastic/ecs-dotnet/tree/master/src/Elastic.CommonSchema.NLog)
21+
* [Serilog](https://github.com/elastic/ecs-dotnet/tree/main/src/Elastic.CommonSchema.Serilog)
22+
* [NLog](https://github.com/elastic/ecs-dotnet/tree/main/src/Elastic.CommonSchema.NLog)
2323
* [Node.js](https://github.com/elastic/ecs-logging-nodejs) ([docs](https://www.elastic.co/guide/en/ecs-logging/nodejs/current/intro.html))
24-
* [Pino](https://github.com/elastic/ecs-logging-nodejs/tree/master/loggers/pino)
25-
* [Winston](https://github.com/elastic/ecs-logging-nodejs/tree/master/loggers/winston)
26-
* [Morgan](https://github.com/elastic/ecs-logging-nodejs/tree/master/loggers/morgan)
24+
* [Pino](https://github.com/elastic/ecs-logging-nodejs/tree/main/loggers/pino)
25+
* [Winston](https://github.com/elastic/ecs-logging-nodejs/tree/main/loggers/winston)
26+
* [Morgan](https://github.com/elastic/ecs-logging-nodejs/tree/main/loggers/morgan)
2727
* [Python](https://github.com/elastic/ecs-logging-python) ([docs](https://www.elastic.co/guide/en/ecs-logging/python/current/intro.html))
2828
* Go
2929
* [zap](https://github.com/elastic/ecs-logging-go-zap) ([docs](https://www.elastic.co/guide/en/ecs-logging/go-zap/current/intro.html))
@@ -33,10 +33,10 @@ Learn more in the [ECS Logging Reference](https://www.elastic.co/guide/en/ecs-lo
3333
## APM
3434

3535
* [.NET](https://github.com/elastic/ecs-dotnet)
36-
* [Serilog Enricher](https://github.com/elastic/ecs-dotnet/tree/master/src/Elastic.Apm.SerilogEnricher)
37-
* [NLog Enricher](https://github.com/elastic/ecs-dotnet/tree/master/src/Elastic.Apm.NLog)
36+
* [Serilog Enricher](https://github.com/elastic/ecs-dotnet/tree/main/src/Elastic.Apm.SerilogEnricher)
37+
* [NLog Enricher](https://github.com/elastic/ecs-dotnet/tree/main/src/Elastic.Apm.NLog)
3838

3939
## Benchmarking
4040

4141
* [.NET](https://github.com/elastic/ecs-dotnet)
42-
* [BenchmarkDotNet Exporter](https://github.com/elastic/ecs-dotnet/tree/master/src/Elastic.CommonSchema.BenchmarkDotNetExporter)
42+
* [BenchmarkDotNet Exporter](https://github.com/elastic/ecs-dotnet/tree/main/src/Elastic.CommonSchema.BenchmarkDotNetExporter)

0 commit comments

Comments
 (0)