opendistro_security.audit.type审计日志,默认关闭,开启后,系统会记录Elasticsearch实例对应的操作产生的日志Reindex索引迁移reindex.remote.whitelist添加远程集群的访问地址白名单,支持host/IP 和 port 组合,例如 node1:9200,127.0.0.1:9200,port必填。
plugins.security.audit.type审计日志,默认关闭,开启后,系统会记录OpenSearch实例对应的操作产生的日志Reindex索引迁移reindex.remote.whitelist添加远程集群的访问地址白名单,支持host/IP 和 port 组合,例如 node1:9200,127.0.0.1:9200,port必填。
本文为您介绍如何使用查询结果创建数据表。 teledb=# insert into t values(1,'teledb'); INSERT 0 1 teledb=# create table t_as as select * from t; INSERT 0 1 teledb=# select * from t_as; id | mc ----+---------- 1 | teledb (1 row)
本文为您介绍如何使用查询结果创建数据表。 teledb=# insert into t values(1,'teledb'); INSERT 0 1 teledb=# create table t_as as select * from t; INSERT 0 1 teledb=# select * from t_as; id | mc ----+---------- 1 | teledb (1 row)