Gathering detailed insights and metrics for aws-es-utils
Gathering detailed insights and metrics for aws-es-utils
Gathering detailed insights and metrics for aws-es-utils
Gathering detailed insights and metrics for aws-es-utils
@teamteanpm2024/minus-doloremque-tenetur
security holding package
@teamteanpm2024/praesentium-distinctio-occaecati
security holding package
@teamteanpm2024/incidunt-impedit-atque
security holding package
@teamteanpm2024/ratione-perspiciatis-minima
security holding package
HTTP connector to query Amazon Elasticsearch Service with AWS signed request
npm install aws-es-utils
Typescript
Module System
Min. Node Version
Node Version
NPM Version
71.9
Supply Chain
78.2
Quality
75.3
Maintenance
100
Vulnerability
100
License
JavaScript (92.62%)
Makefile (7.38%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
Apache-2.0 License
1 Stars
52 Commits
1 Forks
1 Watchers
348 Branches
1 Contributors
Updated on Apr 01, 2019
Latest Version
1.1.0
Package Id
aws-es-utils@1.1.0
Unpacked Size
29.78 kB
Size
7.15 kB
File Count
7
NPM Version
6.4.1
Node Version
10.15.3
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
If you limit your Amazon Elasticsearch Service with an IAM role, you will need to sign every http request made to the service. The function createESConnectorClass
creates a new class that can be used as a drop-in replacement for Elasticsearch default class. For example:
1var elasticsearch = require('elasticsearch'); 2var esHttpConnector = require('elasticsearch/src/lib/connectors/http'); 3var AWS = require('aws-sdk'); 4var awsEs = require('aws-es-utils'); 5var let client = new elasticsearch.Client({ 6 host: 'https://xxxx.ap-southeast-2.es.amazonaws.com', 7 connectionClass: awsEs.createESConnectorClass({ 8 AWS: AWS, 9 superClass: esHttpConnector 10 }), 11 awsRequestSigning: true 12});
Extra config to Elasticsearch client constructor
awsRequestSigning
(boolean): enable AWS request signingawsRegion
(string | optional): AWS region. If this property is missing, the class will try to parse the region from the host name.awsCredential
(object | optional): optional AWS credentials. If this property is missing, the class will try to use AWS.CredentialProviderChain to retrieve the default credential. This property could be either an AWS.Credentials object or a normal object with the following properties:
accessKeyId
(string): the AWS access key IDsecretAccessKey
(string): the AWS secret access keysessionToken
(string): the optional AWS session token (the string you received from AWS STS when you obtained temporary security credentials))headers
(object): extra headers to send to ElasticSearchThis project is licensed under the terms of the Apache license.
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
Found 0/8 approved changesets -- score normalized to 0
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
64 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-07-07
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More