How to change the configuration in PHP after installing the S247DataExporter
Linux
Modify the configuration.json file located in the /opt/S247DataExporter/conf directory.
Windows
Modify the configuration.json file located in the <installation path>\S247DataExporter\conf directory.
The default installation path is C:\Program Files (x86).
Option | Description |
license.key | Your account's license key (Restarting S247DataExporter is required). |
behind.proxy | The option for enabling or disabling the proxy (Enter true or false). |
proxy.url | Complete proxy URL. |
agent.status.port | Inter Process Communication status port number (Restarting S247DataExporter is required). |
agent.data.port | Inter Process Communication data port number (Restarting S247DataExporter is required). |
service.log.dir | The path to the directory where logs will be stored. |
service.log.level | The logging level (Enter INFO or WARNING or DEBUG or NOLOG). |
service.log.size | Log size limit before rotating the log file (Enter size in bytes). |
Related Articles
Troubleshooting steps if you don't see any data after installing the PHP agent
Problem statement: The APM Insight PHP agent has been installed, but no data is displayed in the Site24x7 web client. Troubleshooting steps: Ensure that you have installed both the PHP agent and the S247DataExporter. Check that you have restarted the ...
How to modify the APM Insight PHP agent's communication port?
The agent uses ports 20021 and 20022 by default. You can change these ports by modifying the appropriate directive in the zpa.ini file (Linux) or php.ini file (Windows), as well as in the apminsight.conf file (Linux and Windows). Default ...
Where are Site24x7's physical data storage regions located?
Site24x7's integrated data centers are located in the US, European Union, India, China, Australia, and Japan. All Site24x7 customer-related data are stored in these physical storage regions. Data Center USA European Union India China Australia Japan ...
Reconfigure APM Insight PHP agent during PHP version upgrade
If you have upgraded your PHP version and face problems in monitoring after the upgrade, here's how you can resolve it. In general, APM Insight PHP agent registers with the PHP version present in the server at the time of installation. So when you ...
How to configure the stack depth of traces in PHP applications?
The default stack depth of traces is 15. You can change this by modifying the zpa.stack_depth directive in the zpa.ini (Linux) or php.ini (Windows). Default configuration: In the zpa.ini (Linux) or php.ini (Windows), zpa.stack_depth = 15 Note: The ...