Schema definition to process any JSON object #7269
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 have below template and just want to check how I can remove/change schema definition so that it will start processing any JSON object and storing into Elastic.
env {
execution.parallelism = 1
job.mode = "STREAMING"
}
source {
}
}
sink {
Elasticsearch {
}
}
Beta Was this translation helpful? Give feedback.
All reactions