We are developing a customized dashboard for the MEC using the Explorer feature of Pulse (Kibana dashboard). While we've made some customizations,
we need more information on the fields shown.
Is there documentation from Cubewise that explains each field?
Or can some one Please share any relevant documents or tutorials to assist us in customizing the dashboard effectively.
You can use opensearch dev tools, to query the field details related to each indices.
DevTools is disabled by default, to enable it go to conf/dashboards/opensearch.dashboards.yml config file and set
console.enabled: true
Note: Require restart of dashboard service. This should display the DevTools
the following query should provide details of the indices field.
GET pulse-server-state-2024-12/_mapping?pretty
Hope this helps,if you require additional support, we can plan to setup a meeting.
Hi @jabraham and @vviau thankyou so much for sharing the information.
I was on a search for the following details
1.No. of server reboots(if we can use some Index, DocumentType and flied to cover those)
i).Server availability
ii).Time server was not available
2.CPU exceeded warning threshold
i)No. of reported cases memory
3)is it possible to link the customize dashboard (like when we drill down on a specific process or it
should navigate me to another customized dashboard)
4)is it possible to increase the screen time of the kibana dashboard as it ends the session in 10 to 15
mins
if you can help me to find those details by setting up a meeting Or any document hold those information it would help to me to do a better job on customizing the dashboard.
I'm have almost done customizing the dashboard its covered all the requirements at present and looks grate.
I just want to know is it possible to link the customize dashboard (like when we drill down on a specific process or it should navigate me to another customized dashboard)
and also what will happen when I will update the pulse version for the pulse application server and monitor servers in the upcoming month will my customized dashboard will also migrate or I have to do something (like back-up) can you please suggest me on this
I hope this message finds you well. I have nearly completed customizing the dashboard, which now meets all current requirements and looks great.
I have a couple of questions:
Is it possible to link customized dashboards, such that drilling down on a specific process navigates to another customized dashboard?
With the upcoming update of the Pulse version (by feb) for the Pulse application server and monitor servers next month, will my customized dashboard migrate automatically, or should I take any specific actions like creating a backup?
I would appreciate your guidance on these matters.