Hi nOBEL jUNG,
If you need to create the reports in Korean, you will indeed have to modify the code of our Wazuh UI for Kibana.
The file that generates the report is in the following path:
server/controllers/wazuh-reporting.js
In this file, we call the report function initially. If you want to change the language of the reports, you should follow the methods that this function executes, and modify all the texts that are attached to the report.
It is important to note that this function, loads descriptions and texts from other files.
For example, to modify the report descriptions, you should change the texts in the following file:
server/reporting/tab-description.js
To change the titles of the visualizations, you should modify the files in the following path:
server/integration-files/visualizations
Once you have modified all the files, you should create the package for the version you are modifying. To do this you can follow the following guide:
This guide is for an older version, but the steps to create the package are the same for the current version.
I hope that I have clarified a bit on the subject, if you need more information or more detailed information about something, don't hesitate to ask!
Kind regards,
Alberto