AWSGluepythonshelljob-如何在VPC中连接到Elasticsearch?
创始人
2024-09-25 16:01:44
0
  1. 在AWS Glue的VPC设置中添加与Elasticsearch相同的VPC。
  2. 给AWS Glue的执行角色添加允许访问Elasticsearch的权限。
  3. 安装Elasticsearch和boto3模块。
  4. 编写连接Elasticsearch的Python代码,示例如下:
import boto3
import requests
from requests_aws4auth import AWS4Auth
import json

# 填写Elasticsearch的Endpoint 
endpoint = 'your-es-endpoint'
# 填写Elasticsearch的Region 
region = 'your-region'
# 填写Elasticsearch的访问账户和密钥
access_key = 'your-access-key'
secret_key = 'your-secret-key'

# 认证
service = 'es'
es_auth = AWS4Auth(access_key, secret_key, region, service)

# 索引名称
index = 'your-index-name'
doc_type = 'your-doc-type'

# 简单的查询
query = { 
  "query": {
    "match_all": {}
  }
}

# 发送查询请求
url = 'https://' + endpoint + '/' + index + '/' + doc_type + '/_search'
headers = { "Content-Type": "application/json" }
response = requests.post(url, auth=es_auth, headers=headers, data=json.dumps(query))
print(response.json())
  1. 在Glue Job中调用Python代码。
from awsglue.utils import getResolvedOptions
import boto3
import sys
import json

args = getResolvedOptions(sys.argv, ['JOB_NAME'])

# Glue和Elasticsearch在同一VPC中,可以使用内网访问
es_endpoint = 'https://your-es-endpoint'
region = 'your-region'
index = 'your-index-name'

# 填写认证信息
access_key = 'your-access-key'
secret_key = 'your-secret-key'

# 认证
service = 'es'
credentials = boto3.Session().get_credentials()
awsauth = AWS4Auth(credentials.access_key, credentials.secret_key, region, service, session_token=credentials.token)

# 发送查询请求
query_url = es_endpoint + '/' + index + '/_search?'
payload = {
    'query': {
        'match_all': {}
    },
    'size': 10
}
headers = {'Content-Type': 'application/json'}
response = requests.get(query_url, headers=headers, auth=awsauth, data=json.dumps(payload))
result = response.content.decode('utf-8')
print(result)

注意:上面两段代码需要根据不同的Elasticsearch版本和ES集群角色进行修改。

通过以上步骤,即可在AWS Glue的Pythonshell Job中成功连接到Elasticsearch集群。

相关内容

热门资讯

第十分钟辅助!wejoker辅... 第十分钟辅助!wejoker辅助器怎么卖,wepoker免费透视脚本,窍门教程(有挂方式)1、进入游...
十分钟辅助!wepoker-h... 十分钟辅助!wepoker-h5下载,pokernow辅助控制,绝活教程(有挂实锤)1、点击下载安装...
5分钟辅助!aapoker辅助... 5分钟辅助!aapoker辅助器怎么用,wepoker模拟器哪个好用,模板教程(有挂辅助)wepok...
八分钟辅助!wpk官网下载链接... 八分钟辅助!wpk官网下载链接,wpk透视怎么安装,教程书教程(有挂分享)该软件可以轻松地帮助玩家将...
9分钟辅助!wepoker怎么... 9分钟辅助!wepoker怎么买辅助,wepoker安装教程,课程教程(有挂方略)1、wepoker...
第七分钟辅助!hh poker... 第七分钟辅助!hh poker插件下载,wepoker科技辅助器,教程书教程(有挂教程)wepoke...
三分钟辅助!hhpoker脚本... 三分钟辅助!hhpoker脚本下载,hhpoker辅助器,举措教程(有挂教程)三分钟辅助!hhpok...
第8分钟辅助!hhpoker的... 第8分钟辅助!hhpoker的辅助是真的吗,wepoker祈福有用吗,讲义教程(有挂解密)1、第8分...
6分钟辅助!hhpoker是真... 6分钟辅助!hhpoker是真的假的,hhpoker真的有透视吗,演示教程(真是有挂)1、每一步都需...
第七分钟辅助!we poker... 第七分钟辅助!we poker插件,we poker免费辅助器,手筋教程(有挂方式)暗藏猫腻,小编详...