Skip to content
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

out_azure: Document new option 'Resource_ID' #365

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
2 changes: 2 additions & 0 deletions pipeline/outputs/azure.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ To get more details about how to setup Azure Log Analytics, please refer to the
| Customer\_ID | Customer ID or WorkspaceID string. | |
| Shared\_Key | The primary or the secondary Connected Sources client authentication key. | |
| Log\_Type | The name of the event type. | fluentbit |
| Resource\_ID | Azure Ressource ID (optional). | |

## Getting Started

Expand All @@ -37,5 +38,6 @@ In your main configuration file append the following _Input_ & _Output_ sections
Match *
Customer_ID abc
Shared_Key def
Resource_ID /subscriptions/xxxxxxx//resourceGroups/xxxxxx
```