You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running the last command, press Ctrl-C to see the gaps in the received data. Since we started the counter on 100, there should at least be one gap: 1-99.
19
19
20
20
### Latest Release Notes
21
+
#### 1.1-2
22
+
Update of documentation. E.g., -h is no longer valid as --hostname shorthand. Also, update of `-f guard`. In 1.1-1, the `-f guard` command removed all content in the event but not the event itself, so if the event was written to file, an empty line would be the result. In 1.1-2, the event is correctly removed.
23
+
21
24
#### 1.1-1
22
25
1.1-1 Updated kafka-clients dependency due to security vulnerability in earlier versions of the Kafka-client library used.
23
26
@@ -61,6 +64,7 @@ There are input module for the following tasks:
61
64
- Fetch from Elasticsearch
62
65
- Static string
63
66
- Static string ending with a counter starting from 1
67
+
- Dynamic string with variable substitution
64
68
65
69
#### Read files
66
70
Read a local file. (For Template files, see below)
@@ -128,14 +132,14 @@ The command line will then become:
If you want to test the generation speed, use the `null` output since that is faster than writing to the console. Add `-s true` for measurements: `java -jar target/LogGenerator-{version}.jar -i counter --string "Test:" --limit 1000000 -o null -s true`
212
216
217
+
#### Dynamic string with variable substitution
218
+
This input item works approximately like the Template item, but you can specify a string from the command line instead of a file.
219
+
220
+
Parameters: `--from {the string to send, with variables} --template continuous --time-offset -10000`
221
+
```
222
+
--from, -fr - The string to use as a template
223
+
--template, -t - [continuous, once, time:{time in ms}]
224
+
--time-offset, -to - Time in ms to add or subtract from the current date, if used as a variable
The MemorySet will not create any output, but only save the value in the internal cache. After an expression has been
593
-
evaluated, the value can be retrieved with the MemoryRecall variable.
608
+
The MemorySet will not create any output, but only save the value in the internal cache. The payload of the MemorySet command will create a payload as usual. After an expression has been evaluated, the value can be retrieved with the MemoryRecall variable.
0 commit comments