Follow the instructions below to add/edit an analytic script in WSO2 BAM:
Table of Contents | ||
---|---|---|
|
Table of Contents | ||
---|---|---|
|
Adding an analytic script
...
There are two ways to edit an analytic script as follows:
Editing scripts installed with toolboxes
Follow the instructions below to edit a script that came with a BAM toolbox:
- Go to
<BAM_HOME>/repository/deployment/server/bam-toolbox
folder and select the.tbox
file you want to edit. - Open the
.tbox
file using any file archiving utility (e.g., 7z). - Edit the script file in the toolbox according to your requirements. Scripts are saved inside
Analytics
folder in the.tbox
file. - Once the edits are done, archive the main folder again and simply change its extension to
.tbox
. - Save the edited
.tbo
x file in the samebam-toolbox
folder mentioned above and restart the server.
Editing scripts added manually
If you have already installed BAM, you can change analytics scripts that are manually added, using the management console as follows:
- Log in to the BAM management console and click List in the Analytics menu in the Main menu.
Select Click Edit corresponding to the script you want to edit and click Copy as a New Script link associated with itand as shown below.
Info You cannot use the management console to edit a script after it is deployed. The only way to do this through the UI is, by duplicating the old script and renaming it
- Do required modifications to the existing script and save it in a new name.
...