# General tab

![Elasticsearch REST bulk insert step](/files/3Gh8mAoSDUd1VRZ196OE)

Use the **General** tab set connections for the Elastic nodes and set options for the destination index.

Specify the **Connection** options for each server in the table of the **Servers** tab. The following table describes these connection options:

| Column      | Description                                                                                                                                                               |
| ----------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **#**       | Number of the field’s entry.                                                                                                                                              |
| **Address** | Enter the hostname (optionally specified with a variable) of the node you want to connect to.                                                                             |
| **Port**    | Enter the port (optionally specified with a variable) of the Elastic REST interface.                                                                                      |
| **Scheme**  | Enter the scheme or protocol (optionally specified with a variable) to use when performing REST communication, which is usually http, or https for secured Elastic nodes. |

Set user verification options the **Authentication** tab to choose and test a verification method for the Elastic node user. The following table describes these user verification options:

| Field              | Description                                                                                                                                                                                                                                                                                                                                                             |
| ------------------ | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Authentication** | <p>Select the authentication method for the Elastic nodes:</p><ul><li><strong>None</strong></li></ul><p>Specify this method if you do not want to authenticate when connecting.</p><ul><li><strong>Basic</strong></li></ul><p>Specify the <strong>Username</strong> and <strong>Password</strong> to use basic authentication when connecting to the Elastic nodes.</p> |
| **Test**           | Click to test the connection and authentication settings.                                                                                                                                                                                                                                                                                                               |

Use the \*\*Index\*\* options to name and test the output Elastic index.

| Field      | Description                                                                                                                                                                                                          |
| ---------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Index**  | Specify the name of the target index for the documents submitted by bulk insert requests. This value can be specified as a variable. If an index with that name does not yet exist in Elasticsearch, it creates one. |
| **Test**   | Click to test the connectivity to the desired output index.                                                                                                                                                          |
| **Create** | Click to create the index if it does not exist.                                                                                                                                                                      |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.pentaho.com/pdia-data-integration/10.2-data-integration/pdi-transformation-steps-reference-overview/elasticsearch-rest-bulk-insert/options-elasticsearch-rest-bulk-insert/general-tab-elasticsearch-rest-bulk-insert.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
