generated from camel.apache.org/kamelet
Update wiki Home page for log-action
parent
41c86263ca
commit
0bff4e4308
43
Home.md
43
Home.md
@ -1,21 +1,36 @@
|
||||
# Deploy the Project on CamelX Platform
|
||||
# Log Action
|
||||
|
||||
Deploy on CamelX Platform in three steps
|
||||
Logs all data that flows between source and sink, useful for debugging purposes.
|
||||
|
||||
## Step 1: Create a release
|
||||
From the project space, click on **"Create a release"**
|
||||
## Metadata
|
||||
|
||||
The new version is automatically available in the list
|
||||
| Property | Value |
|
||||
|----------|-------|
|
||||
| Type | action |
|
||||
| Group | Logging |
|
||||
| Namespace | Logging |
|
||||
| Support Level | Stable |
|
||||
| Provider | Apache Software Foundation |
|
||||
|
||||
## Step 2: Deploy
|
||||
Click on **"Deploy"**
|
||||
## Properties
|
||||
|
||||
- **Version:** Select the desired release
|
||||
- **Environment:** Choose `Development`, `Staging`, or `Production`
|
||||
- **Configuration:** Select the configuration source
|
||||
- **Resources:** Set CPU and Memory
|
||||
| Name | Type | Required | Default | Description |
|
||||
|------|------|----------|---------|-------------|
|
||||
| `loggerName` | string | | `log-action` | Name of the logging category to use |
|
||||
| `level` | string | | `INFO` | Logging level to use |
|
||||
| `logMask` | boolean | | `false` | Mask sensitive information like password or passphrase in the log |
|
||||
| `marker` | string | | | An optional Marker name to use |
|
||||
| `multiline` | boolean | | `false` | If enabled then each information is outputted on a newline |
|
||||
| `showAllProperties` | boolean | | `false` | Show all of the exchange properties (both internal and custom) |
|
||||
| `showBody` | boolean | | `true` | Show the message body |
|
||||
| `showBodyType` | boolean | | `true` | Show the body Java type |
|
||||
| `showExchangePattern` | boolean | | `true` | Shows the Message Exchange Pattern (or MEP for short) |
|
||||
| `showHeaders` | boolean | | `false` | Show the headers received |
|
||||
| `showProperties` | boolean | | `false` | Show the exchange properties (only custom). Use showAllProperties to show both internal and custom properties. |
|
||||
| `showStreams` | boolean | | `false` | Show the stream bodies (they may not be available in following steps) |
|
||||
| `showCachedStreams` | boolean | | `true` | Whether Camel should show cached stream bodies or not. |
|
||||
|
||||
## Step 3: Expose
|
||||
Enable **"Expose"**
|
||||
## Dependencies
|
||||
|
||||
Choose an **API Gateway** (Internal, Public, etc.)
|
||||
- `camel:kamelet`
|
||||
- `camel:log`
|
||||
|
||||
Loading…
Reference in New Issue
Block a user