Hi Team
Please help me for reindexing in jira .
how can we start jira reindexing with steps and please tell us how can we monitor reindex status in server
Hi @sachin
All informations about indexing and how to start reindex you can find here - https://confluence.atlassian.com/adminjiraserver/search-indexing-938847710.html
About monitoring:
Regards,
Seba
ok Sebastian thanks for your response .
We are using centos 7 in JIRA Server . Is it possible to check reindexing status via command line or any similar way ?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You can check status using curl command or you can read logs if you are have access to server.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You can use linux command to tail the logs for re-indexing process.
just make sure that you have access to Jira home folder
tail -f <jira home folder>/log/atlassian-jira.log | grep c.a.j.w.a.admin.index.IndexAdminImpl
Secondly, if you are on a data center you should run this command on the node server which you triggered the full-reindex process.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.