Replies: 1 comment
-
|
Hi @billjliu , |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am using the "KLG - Value Schema Serializer Config" to try to produce an event with some pre-defined data in a field of string-array-map type, but I could not figure out the syntax of the "Field Values List" for the string-array-map type. For example, I tried
[key1:[value1, value2, value3], key2:[valueB1,valueB2]], but the kloadgen created the event with randomly created key names and took "key1:[value1", "value2" and "value3]", etc, as the values of in the string array. So the key name "key1" in my configuration was not used as the key.
Do you know how I should configure the "Field Values List"? BTW, is there any way to configure kloadgen not to randomly generate data in the event but always use the pre-defined data (including the key name in the map) in the "Field Values List"? Thanks.
Beta Was this translation helpful? Give feedback.
All reactions