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

Fix docs of MSSQL filebeat module referencing Traefik plus change paths from Linux to MS Windows #23360

Merged

Conversation

sayden
Copy link
Contributor

@sayden sayden commented Jan 5, 2021

Fixes MSSQL docs that had references to Traefik plus changing the config paths from a Linux based path (also compatible with MSSQL) to a MS Windows path, which is probably more common.

Related issues

@sayden sayden added docs Filebeat Filebeat Team:Services (Deprecated) Label for the former Integrations-Services team labels Jan 5, 2021
@sayden sayden self-assigned this Jan 5, 2021
@elasticmachine
Copy link
Collaborator

Pinging @elastic/integrations-services (Team:Services)

@botelastic botelastic bot added needs_team Indicates that the issue/PR needs a Team:* label and removed needs_team Indicates that the issue/PR needs a Team:* label labels Jan 5, 2021
@elasticmachine
Copy link
Collaborator

elasticmachine commented Jan 5, 2021

💚 Build Succeeded

the below badges are clickable and redirect to their specific view in the CI or DOCS
Pipeline View Test View Changes Artifacts preview

Expand to view the summary

Build stats

  • Build Cause: Pull request #23360 updated

    • Start Time: 2021-01-15T17:46:48.841+0000
  • Duration: 49 min 30 sec

  • Commit: b97c265

Test stats 🧪

Test Results
Failed 0
Passed 5129
Skipped 574
Total 5703

💚 Flaky test report

Tests succeeded.

Expand to view the summary

Test stats 🧪

Test Results
Failed 0
Passed 5129
Skipped 574
Total 5703


["source","yaml",subs="attributes"]
-----
- module: mssql
log:
enabled: true
var.paths: ["/var/opt/mssql/log/error*"]
var.paths: ["C:\Program Files\Microsoft SQL Server\MSSQL.150\MSSQL\LOG\ERRORLOG*"]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Backslashes in YAML need to be escaped or single-quoted:

Suggested change
var.paths: ["C:\Program Files\Microsoft SQL Server\MSSQL.150\MSSQL\LOG\ERRORLOG*"]
var.paths: ['C:\Program Files\Microsoft SQL Server\MSSQL.150\MSSQL\LOG\ERRORLOG*']

Copy link
Member

@jsoriano jsoriano left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@sayden sayden merged commit 739f820 into elastic:master Jan 19, 2021
@sayden
Copy link
Contributor Author

sayden commented Jan 19, 2021

Thanks Jaime!

@sayden sayden added the v7.12.0 label Jan 19, 2021
sayden added a commit to sayden/beats that referenced this pull request Jan 19, 2021
…hs from Linux to MS Windows (elastic#23360)

(cherry picked from commit 739f820)
sayden added a commit that referenced this pull request Feb 16, 2021
…hs from Linux to MS Windows (#23360) (#23570)

(cherry picked from commit 739f820)
@sayden sayden deleted the bugfix/xp/fb/mssql/fix-docs-references-to-traefik branch August 25, 2022 12:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Filebeat Filebeat Team:Services (Deprecated) Label for the former Integrations-Services team v7.12.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

MSSQL Filebeat module documentation confusion
3 participants