We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"sink": [ { "plugin_name": "Elasticsearch", "plugin_input": [ "tran_12bb61" ], "index": "test_es_${OP_DAY}", "partitionKey": "sys_day", "isCache": "false", "esModel": "", "isCount": "false", "hosts": [ "192.168.1.1:9200" ], "schema_save_mode": "IGNORE", "max_batch_size": 200 } Cannot replace capitalized dynamic index names
2.3.9
"sink": [ { "plugin_name": "Elasticsearch", "plugin_input": [ "tran_12bb61" ], "index": "test_es_${OP_DAY}", "partitionKey": "sys_day", "isCache": "false", "esModel": "", "isCount": "false", "hosts": [ "192.168.1.1:9200" ], "schema_save_mode": "IGNORE", "max_batch_size": 200 }
Cannot replace capitalized dynamic index names
The log did not report any errors, it's just that the ES index name is incorrect test_es_${OP_DAY}
No response
java1.8
The text was updated successfully, but these errors were encountered:
What is ${OP_DAY}?
Sorry, something went wrong.
No branches or pull requests
Search before asking
What happened
"sink": [
{
"plugin_name": "Elasticsearch",
"plugin_input": [
"tran_12bb61"
],
"index": "test_es_${OP_DAY}",
"partitionKey": "sys_day",
"isCache": "false",
"esModel": "",
"isCount": "false",
"hosts": [
"192.168.1.1:9200"
],
"schema_save_mode": "IGNORE",
"max_batch_size": 200
}
Cannot replace capitalized dynamic index names
SeaTunnel Version
2.3.9
SeaTunnel Config
Running Command
Error Exception
Zeta or Flink or Spark Version
No response
Java or Scala Version
java1.8
Screenshots
No response
Are you willing to submit PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: