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集群。

相关内容

热门资讯

透视详细!德州透视插件(透视)... 透视详细!德州透视插件(透视)hh poker软件,教程策略(存在有挂)-哔哩哔哩在进入德州透视插件...
透视辅助!sohoo poke... 透视辅助!sohoo poker辅助(透视)wepoker怎么提高运气,教程学习(有挂解密)-哔哩哔...
透视科普!hhpoker有透视... 透视科普!hhpoker有透视功能吗(透视)hhpoker德州真的假的,教程诀窍(了解有挂)-哔哩哔...
透视揭露!pokerrrr2辅... 透视揭露!pokerrrr2辅助(透视)wepoker辅助透视软件,教程资料(有挂攻略)-哔哩哔哩1...
透视教你!智星德州插件怎么下载... 透视教你!智星德州插件怎么下载(透视)aapoker脚本,教程手册(有挂攻略)-哔哩哔哩1、智星德州...
透视解密!约局吧辅助器(透视)... 透视解密!约局吧辅助器(透视)pokemmo内置修改器,教程指南书(真是有挂)-哔哩哔哩1、poke...
透视推荐!福建大菠萝万能辅助器... 透视推荐!福建大菠萝万能辅助器(透视)wepokerplus到底是挂了吗,教程模块(有挂技术)-哔哩...
透视解迷!uupoker有透视... 透视解迷!uupoker有透视吗(透视)德普之星透视,教程妙招(有挂教学)-哔哩哔哩1、透视解迷!u...
透视开挂!wepokerplu... 透视开挂!wepokerplus透视脚本免费(透视)德普辅助软件,教程手册(真实有挂)-哔哩哔哩1、...
透视解谜!德普之星辅助器app... 透视解谜!德普之星辅助器app(透视)拱趴大菠萝开挂方法,教程技法(证实有挂)-哔哩哔哩1)拱趴大菠...