-
Notifications
You must be signed in to change notification settings - Fork 460
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
[O11y][WebSphere Application Server] Resolve the conflict in host.ip field #7507
[O11y][WebSphere Application Server] Resolve the conflict in host.ip field #7507
Conversation
🌐 Coverage report
|
@@ -11,6 +11,103 @@ This integration uses Prometheus to collect above metrics. | |||
|
|||
To open Prometheus endpoint read following [instructions](https://www.ibm.com/docs/en/was/9.0.5?topic=mosh-displaying-pmi-metrics-in-prometheus-format-metrics-app). | |||
|
|||
### Troubleshooting | |||
|
|||
Conflicts in any field in any data stream can be solved by reindexing the data. |
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.
Can we update the description on when to perform reindexing?
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.
Thanks @muthu-mps for pointing it out. I referenced this PR and it seems we don't need this line as the below one specifies when to perform reindexing. Let me know if that is what you suggested.
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!
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!
… into websphere_application_server_adding_host_ip
Package websphere_application_server - 0.8.1 containing this change is available at https://epr.elastic.co/search?package=websphere_application_server |
What does this PR do?
Added host.ip field in ecs.yml and added re-indexing steps to resolve conflicts for existing users.
Checklist
changelog.yml
file.Related issues