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

[receiver/vcenterreceiver] vCenter receiver logging component #9279

Closed

Conversation

schmikei
Copy link
Contributor

@schmikei schmikei commented Apr 14, 2022

Description: Adds a wrapping logging component to the metrics receiver introduced in #9224

The intention is to wrap the syslogreceiver and make modifications via operators that understand the logs of vCenter as an extension point.

Note: will probably reset commit history once the metrics one gets reviewed/accepted. Submitting as a draft to give reviewers ideas of how implementation would look.

Example Config:

receivers:
  vcenter:
    logging:
      tcp:
        listen_address: 0.0.0.0:5142
      protocol: rfc5424


processors:
  nop:

exporters:
  nop:

service:
  pipelines:
    logging:
      receivers: [vcenter]
      processors: [nop]
      exporters: [nop]

Link to tracking Issue: #8377

Testing: Plan to implement testing

Documentation: Plan to document setting up the syslog forwarding (relatively simple) and document extra operators used.

schmikei and others added 30 commits March 22, 2022 11:12
…tor-contrib into vmwarevcenterreceiver-metricsreceiver
…servIQ/opentelemetry-collector-contrib into vmwarevcenterreceiver-metricsreceiver
…tor-contrib into vmwarevcenterreceiver-metricsreceiver
@github-actions
Copy link
Contributor

This PR was marked stale due to lack of activity. It will be closed in 14 days.

@github-actions github-actions bot added the Stale label Apr 29, 2022
@schmikei
Copy link
Contributor Author

schmikei commented May 9, 2022

Closing as discussed in Sig, this is not desired to wrap the syslog config.

@schmikei schmikei closed this May 9, 2022
@schmikei schmikei deleted the vmwarevcenterreceiver-logsreceiver branch May 9, 2022 13:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant