Using the Apama Component Extended Configuration File
The Apama component extended configuration file is an optional file that you can use to do the following:
Bind Apama server components to a particular set of addresses.
Specify that Apama client connections must be from a particular IP address or range of IP addresses.
Set environment variables for Apama components.
Set log files and log levels for EPL root, packages, monitors, or events.
You can specify the optional extended configuration file when you start the correlator. If you do, the settings in the extended configuration file apply to the following Apama components:
Correlator
IAF
Sentinel Agent
engine_receive correlator utility
In an extended configuration file, if a line includes a special character that you want to be treated literally you must escape it by inserting a backslash just before it. A character that follows two consecutive backslashes (\\) is treated literally. Single quotes inside double quotes are treated literally. Double quotes inside single quotes are treated literally. See the example in
Sample extended configuration file.