Kibana reporting in Korean

49 views
Skip to first unread message

nOBEL jUNG

unread,
Jan 26, 2020, 5:29:12 AM1/26/20
to Wazuh mailing list
Hello,

I would like to report in Korean in Kibana app features.
Should I edit Kibana app source?
In that case which source should I change?

Many thanks,
N.J

Alberto Andujar

unread,
Jan 27, 2020, 3:46:08 AM1/27/20
to Wazuh mailing list
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

Reply all
Reply to author
Forward
0 new messages