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

Managed Server Status only reported when status changes. #5

Open
redRiverRob opened this issue Dec 29, 2020 · 1 comment
Open

Managed Server Status only reported when status changes. #5

redRiverRob opened this issue Dec 29, 2020 · 1 comment
Labels
enhancement New feature or request

Comments

@redRiverRob
Copy link

The Problem
Currently our Splunk instance ingests the ...\MSx.log files and parses that to get (among other things) the managed server status (e.g. RUNNING, FORCE_SHUT_DOWN, ADMIN, etc.). The problem is, for example, a server goes to RUNNING status when it's brought up and then the status doesn't change for the next 2 months. Our retention period is only 40 days, so after the retention period expires the status is no longer available to searches. As a result, dashboard indicators start displaying "No results found" instead of the current status.

Request
If I login to the WebLogic admin console and look at the servers, I can see each one has a status - usually "RUNNING." There should be a way for the WebLogic application to poll either the AdminServer or each of the managed servers to ask about their status and report it to Splunk. This would ensure our dashboards always show the current status accurately.

@redRiverRob
Copy link
Author

redRiverRob commented Dec 29, 2020

Example log entry for status:
image

@jdonaho jdonaho added the enhancement New feature or request label Dec 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants