搜索节点配置文件
您可以使用搜索节点配置文件来指定使用Atlas CLI创建搜索节点或更新搜索节点时所需的设置。 Atlas CLI接受 .json
搜索节点配置文件。
可用设置
使用配置文件创建Atlas Search节点时,您可以指定在 下创建Atlas Search节点Request Body Schema中列出的任何设置。
使用配置文件更新搜索节点时,可以指定Request Body Schema下的更新搜索节点中列出的任何设置。
创建配置文件
创建Atlas Search节点
请按照以下步骤使用配置文件创建Atlas Search节点:
1
复制 Create Search Nodes 的示例请求。
Atlas Search导航到Atlas AdminAPI 规范的 创建 节点 部分。
在右侧的Request samples下,单击Expand all 。
单击Copy ,复制样本请求。
3
运行带有--file
选项的 Atlas clusters 搜索 Nodes create命令。
使用--file
标志指定保存的文件的路径。
更新Atlas Search节点
请按照以下步骤使用配置文件更新Atlas Search节点:
1
复制更新搜索节点的示例请求。
导航到Atlas Admin API规范的更新搜索节点部分。
在右侧的Request samples下,单击Expand all 。
单击Copy ,复制样本请求。
3
使用--file
选项运行Atlas clusters 搜索 Nodes 更新命令。
使用--file
标志指定保存的文件的路径。