Need help to remove GitHub Issues Menu
maltif opened this issue · 5 comments
Hi @maltif
First, you must get your current menu and copy the metadashboard
content.
Modify the content (add or remove the sections) and upload the content.
PUT .kibana/_doc/metadashboard
{
"metadashboard" : [...]
}
I hope it helps you
@zhquan, I followed the steps you provided to remove the GitHub Issues Menu, and it worked well initially. However, after a while , the Issue Menu reappeared automatically, and I am unsure why. It appears that the changes I made using PUT .kibana/_doc/metadashboard
API, are not persistent.
Would restarting the mordred_1
Docker container restoring the previous state of the GitHub Issues Menu? Could you please provide your input on how to make these changes permanent even after restarting the Grimoire Docker containers?
I would greatly appreciate your assistance in this matter."