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

feat: add a new pipeline to parse nginx log #46

Merged
merged 3 commits into from
Sep 19, 2024
Merged

Conversation

paomian
Copy link
Contributor

@paomian paomian commented Sep 18, 2024

  • Add a complex pipeline example

@sunng87
Copy link
Member

sunng87 commented Sep 18, 2024

Do we need to modify the data source?

@paomian
Copy link
Contributor Author

paomian commented Sep 19, 2024

Do we need to modify the data source?

Do you want to create a real nginx log source ?

@sunng87
Copy link
Member

sunng87 commented Sep 19, 2024

Yes, can we change the python script to produce some randomized log input in nginx log format (and randomized metrics as well)? It would be great to keep this demo lean while diverse in data.

@paomian
Copy link
Contributor Author

paomian commented Sep 19, 2024

Yes, can we change the python script to produce some randomized log input in nginx log format (and randomized metrics as well)? It would be great to keep this demo lean while diverse in data.

Generating a real Nginx log with Nginx is not a problem. The main problem is writing the Nginx log to Kafka. This may require an additional component. Using an existing vector to read the file is not a problem, but it is a bit more complicated.

@paomian paomian merged commit 5a6013d into main Sep 19, 2024
1 check passed
@paomian paomian deleted the feature/kafka-demo branch September 19, 2024 04:04
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.

2 participants