Skip to content

Commit

Permalink
Merge branch 'master' into updates-from-old-doc-oct17
Browse files Browse the repository at this point in the history
  • Loading branch information
Simplychee authored Oct 18, 2023
2 parents c129740 + ed05f55 commit 3ac39cf
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
8 changes: 4 additions & 4 deletions docs/shipping/Code/dotnet.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ For a complete list of options, see the configuration parameters below the code
<!--
Required fields
-->
<!-- Your Logz.io API token -->
<!-- Your Logz.io log shipping token -->
<token><<LOG-SHIPPING-TOKEN>></token>

<!--
Expand All @@ -64,7 +64,7 @@ For a complete list of options, see the configuration parameters below the code
<!-- The type field will be added to each log message, making it
easier for you to differ between different types of logs. -->
<type>log4net</type>
<!-- The URL of the Lgz.io listener -->
<!-- The URL of the Logz.io listener -->
<listenerUrl>https://<<LISTENER-HOST>>:8071</listenerUrl>
<!--Optional proxy server address:
proxyAddress = "http://your.proxy.com:port" -->
Expand Down Expand Up @@ -653,7 +653,7 @@ For a complete list of options, see the configuration parameters below the code
<!--
Required fields
-->
<!-- Your Logz.io API token -->
<!-- Your Logz.io log shipping token -->
<token><<LOG-SHIPPING-TOKEN>></token>

<!--
Expand All @@ -662,7 +662,7 @@ For a complete list of options, see the configuration parameters below the code
<!-- The type field will be added to each log message, making it
easier for you to differ between different types of logs. -->
<type>log4net</type>
<!-- The URL of the Lgz.io listener -->
<!-- The URL of the Logz.io listener -->
<listenerUrl>https://<<LISTENER-HOST>>:8071</listenerUrl>
<!--Optional proxy server address:
proxyAddress = "http://your.proxy.com:port" -->
Expand Down
7 changes: 5 additions & 2 deletions docs/shipping/Containers/kubernetes.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,12 +76,15 @@ logzio-k8s-events logzio-helm/logzio-k8s-events

### Deployment Events Versioning

In order to add an indication for the versioning in our K8S 360 and Service Overview UI, the following annotation should be added to each resource you'd like to track its versioning.
In order to add an indication for the versioning in our K8S 360 and Service Overview UI, the following annotation should be added to the metadata of each resource you'd like to track its versioning.
Commit URL structure: `https://github.com/<account>/<repository>/commit/<commit-hash>`

Example: `https://github.com/logzio/logzio-k8s-events/commit/069c75c95caeca58dd0776405bb8dfb4eed3acb2`

```yaml
metadata:
annotations:
logzio/commit_url: ""
logzio/commit_url: ""
```
Expand Down

0 comments on commit 3ac39cf

Please sign in to comment.