Table of Contents

Search

  1. Preface
  2. Runtime environments
  3. Hosted Agent
  4. Secure Agent groups
  5. Secure Agents
  6. Secure Agent installation in a cloud environment
  7. Secure Agent installation in a local environment
  8. Serverless runtime environment setup
  9. Serverless runtime environments

Runtime Environments

Runtime Environments

Copying files for the Elastic Server

Copying files for the
Elastic Server

In the
serverlessUserAgentConfig.yml
file, you can specify files to copy from the supplementary file location to the serverless runtime environment. When you run mappings in advanced mode in the serverless runtime environment, the
Elastic Server
and the
advanced cluster
can use the files to access and process data.
You can copy the following file types for the
Elastic Server
:
  • JDBC V2 Connector JAR files
  • JAR files for the Java transformation
  • Installation and resource files for the Python transformation
You can customize file paths by specifying the relative path to the file in the supplementary file location. For example, you might store JDBC V2 Connector JAR files in the following locations:

    <Supplementary file location>/serverless_agent_config/jdbc_v2_jars/common/

    <Supplementary file location>/serverless_agent_config/jdbc_v2_jars/spark/

You can specify the following relative paths in the
serverlessUserAgentConfig.yml
file:
agent: elasticServer: autoApply: jdbcv2: common: - fileCopy: sourcePath: jdbc_v2_jars/common/driver.jar spark: - fileCopy: sourcePath: jdbc_v2_jars/spark/driver.jar

0 COMMENTS

We’d like to hear from you!