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

Cloudwatchlogs fix hostname #151

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

mrMemfis
Copy link

Before:
Host: /aws/elasticbeanstalk/var/log/httpd/access_log Name: i-02cd231ee30150f88 Category: apache

After:
Host: i-02cd231ee30150f88 Name: /aws/elasticbeanstalk/var/log/httpd/access_log Category: apache

@mrMemfis mrMemfis changed the base branch from master to main April 27, 2022 09:40
@mrMemfis mrMemfis requested a review from a team as a code owner April 27, 2022 09:40
@himanshu219
Copy link
Collaborator

seems sourcename is the 0th index element as per the following code

return sourceName + ':' + sourceCategory + ':' + sourceHost;

Are you seeing incorrect metadata in sumo?

@mrMemfis
Copy link
Author

mrMemfis commented Jun 3, 2022

Maybe that's just my problem... But I see the source name in the first place.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants