Accessing request param on elastic index #7268
Unanswered
ashish-gpt
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi Team,
I am having below template, where I am trying to access one of the requests param name like ${name}. But while running the job I am getting below error –
Caused by: java.lang.IllegalArgumentException: Illegal character in path at index 20: /vd-seatunnel-test-${name}
Caused by: java.net.URISyntaxException: Illegal character in path at index 20: /vd-seatunnel-test-${name}
Template:
env {
execution.parallelism = 1
job.mode = "BATCH"
}
source {
FakeSource {
}
}
sink {
Elasticsearch {
}
}
Please let me know what I am missing here. Appreciate for you quick help here.
Beta Was this translation helpful? Give feedback.
All reactions