-
Notifications
You must be signed in to change notification settings - Fork 1.2k
[AGNTLOG-229 Multiline features FAQ #29931
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
base: master
Are you sure you want to change the base?
Conversation
📝 Documentation Team Review RequiredThis pull request requires approval from the @DataDog/documentation team before it can be merged. Please ensure your changes follow our documentation guidelines and wait for a team member to review and approve your changes. |
Preview links (active after the
|
If you know the format of your logs, you should use manual multi-line rules for more precise control. | ||
If you are sending lots of multi-line logs and you are unsure of their format or don't have the means to configure all sources individually, you should use automatic multi-line detection. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If you know the format of your logs, you should use manual multi-line rules for more precise control. | |
If you are sending lots of multi-line logs and you are unsure of their format or don't have the means to configure all sources individually, you should use automatic multi-line detection. | |
If you know the format of your logs, you should use manual multi-line rules for precise control. | |
If you are sending lots of multi-line logs, and you are unsure of their format or don't have the means to configure all sources individually, you should use automatic multi-line detection. |
All non-JSON log lines will be processed individually as separate log entries. | ||
All JSON-formatted log lines will be treated as a single line of logs, and only the first valid JSON format will enter the intake; the rest will be dropped. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All non-JSON log lines will be processed individually as separate log entries. | |
All JSON-formatted log lines will be treated as a single line of logs, and only the first valid JSON format will enter the intake; the rest will be dropped. | |
All non-JSON log lines are processed individually as separate log entries. | |
All JSON-formatted log lines are treated as a single line of logs, and only the first valid JSON format enters the intake; the rest are dropped. |
What does this PR do? What is the motivation?
This PR adds a user-friendly FAQ section to the multi-line log aggregation documentation to help users better understand when and how to use different multi-line aggregation approaches.
The motivation is to reduce confusion and help users choose the right multi-line aggregation approach for their specific needs.
Merge instructions
Merge readiness:
Additional notes
This is a documentation-only change that improves clarity without modifying any functionality.