-
Notifications
You must be signed in to change notification settings - Fork 474
[Apache Tomcat] Add integration package with catalina data stream #5926
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
[Apache Tomcat] Add integration package with catalina data stream #5926
Conversation
🌐 Coverage report
|
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.
LGTM!
@@ -0,0 +1,173 @@ | |||
================================================================================ | |||
Licensed to the Apache Software Foundation (ASF) under one or more | |||
contributor license agreements. See the NOTICE file distributed with |
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.
This release note looks to be quite detailed. Is there a need for this ?
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.
I think we can skip it.
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.
Or we can shorten it to keep just the important information.
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.
We don't think we require it. let us know your thoughts over it.
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.
Lets remove this then
@ishleenk17 currently we are facing one issue with timestamp in which we see logs in incorrect time window in kibana discover page. We are looking in to it and fix it soon. |
@niraj-elastic : The sample logs files under deploy/docker are same for all the 3 log datastreams. |
@ishleenk17 We are able to generate log files of access and catalina in docker itself, but we are not able to generate log file of localhost. so we only have to add localhost file in sample logs. |
Please mention this issue and its details in the Meta Issue for tracking |
dependencies: | ||
ecs: | ||
reference: git@v8.7.0 | ||
import_mappings: true |
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.
We are using import_mappings and having ecs.yml file as well.
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.
@ishleenk17 Could you please refer to this comment? Let me know if you have still any doubts regarding this!
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.
For log datastreams, there is no TSDB to be enabled. So that won't hold true here?
Is the purpose to keep then in README?
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.
User can see these fields from the sample event
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.
@ishleenk17 Yes, if we dont mention these fields in ecs.yml than these fields wont be reflected in readme. So for better user experience we are keeping this fields in ecs.yml.
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.
Looks good!
Package apache_tomcat - 0.1.0 containing this change is available at https://epr.elastic.co/search?package=apache_tomcat |
What does this PR do?
Checklist
changelog.yml
file.How to test this PR locally
Screenshots
Meta issue
Related PRs