-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #34 from ljemq/feat/rule-doc
feat(rule-doc): add enable test in rule and change plugin page and add simulator source
- Loading branch information
Showing
17 changed files
with
217 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
# Simulator | ||
|
||
<span style="background:green;color:white;padding:1px;margin:2px">Stream</span> | ||
<span style="background:green;color:white;padding:1px;margin:2px">Scan table</span> | ||
|
||
The NeuronEX data processing module can generate simulation data through the `Simulator` type of data source and provide a test data source when creating or updating rules. | ||
|
||
## Create stream | ||
|
||
Log in to NeuronEX and click **Data Processing** -> **Source**. On the **Stream Management** tab, click **Create Stream**. | ||
|
||
In the pop-up **Source**/**Create** page, enter the following configuration: | ||
|
||
- **Stream Name**: Enter the stream name | ||
- **Whether the schema stream**: Unchecked. | ||
- **Stream Type**: Select simulator | ||
- **Configuration key**: You can edit and use the default configuration key, or click to add a configuration key and make the following settings in the pop-up dialog box. | ||
|
||
- **Name**: Enter the configuration key name. | ||
- **Loop**: If set to true, multiple pieces of json data defined in data will be sent in a loop. | ||
- **Interval**: The time interval (milliseconds) between sending requests. | ||
- **Message**: Customize json format message content and support defining multiple json messages. | ||
|
||
- **Stream format**: supports json, binary, protobuf, delimited, custom. Select json format. | ||
- **Shared**: Check to confirm whether to share the source. | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.