generated from camel.apache.org/kamelet
Update wiki Home page for splunk-sink
parent
0e494b8f8b
commit
49afb8753a
44
Home.md
44
Home.md
@ -1,21 +1,37 @@
|
|||||||
# Deploy the Project on CamelX Platform
|
# Splunk Sink
|
||||||
|
|
||||||
Deploy on CamelX Platform in three steps
|
Send data to Splunk either by using "submit" or "stream" mode.
|
||||||
|
|
||||||
## Step 1: Create a release
|
The payload MUST be in json format.
|
||||||
From the project space, click on **"Create a release"**
|
|
||||||
|
|
||||||
The new version is automatically available in the list
|
## Metadata
|
||||||
|
|
||||||
## Step 2: Deploy
|
| Property | Value |
|
||||||
Click on **"Deploy"**
|
|----------|-------|
|
||||||
|
| Type | sink |
|
||||||
|
| Group | SPLUNK |
|
||||||
|
| Namespace | Monitoring |
|
||||||
|
| Support Level | Stable |
|
||||||
|
| Provider | Apache Software Foundation |
|
||||||
|
|
||||||
- **Version:** Select the desired release
|
## Properties
|
||||||
- **Environment:** Choose `Development`, `Staging`, or `Production`
|
|
||||||
- **Configuration:** Select the configuration source
|
|
||||||
- **Resources:** Set CPU and Memory
|
|
||||||
|
|
||||||
## Step 3: Expose
|
| Name | Type | Required | Default | Description |
|
||||||
Enable **"Expose"**
|
|------|------|----------|---------|-------------|
|
||||||
|
| `serverHostname` | string | ✓ | | The address of your Splunk server. |
|
||||||
|
| `serverPort` | integer | | `8089` | The address of your Splunk server. |
|
||||||
|
| `username` | string | ✓ | | The username to authenticate to Splunk Server. |
|
||||||
|
| `password` | string | ✓ | | The password to authenticate to Splunk Server. |
|
||||||
|
| `index` | string | | | Splunk index to write to. |
|
||||||
|
| `protocol` | string | | `https` | Connection Protocol to Splunk server. |
|
||||||
|
| `source` | string | | | The source named field of the data. |
|
||||||
|
| `sourceType` | string | | | The source named field of the data. |
|
||||||
|
| `app` | string | | | The app name in Splunk. |
|
||||||
|
| `connectionTimeout` | integer | | `5000` | Timeout in milliseconds when connecting to Splunk server |
|
||||||
|
| `mode` | string | | `stream` | The mode to publish events to Splunk. |
|
||||||
|
|
||||||
Choose an **API Gateway** (Internal, Public, etc.)
|
## Dependencies
|
||||||
|
|
||||||
|
- `camel:core`
|
||||||
|
- `camel:splunk`
|
||||||
|
- `camel:kamelet`
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user