python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
How to calculate the actual byte size of an Array in nodejs?
I'm doing a bulk indexing in AWS OpenSearch within my node application and it's failing because the chunk size are too big. Below is the error
Request size exceeded 104857600 bytes
So I need to calcu...
ahkam
Votes: 0
Answers: 2
Spring Native with RestHighLevelClient not connecting to AWS OpenSearch
I have a Lambda configured and running on "Custom runtime on Amazon Linux 2". GraalVM is the runtime used for our application.
When Lambda tries to make a connection with OpenSearch, it alwa...
RAM KUMAR
Votes: 0
Answers: 1
Is is possible to pretty print a JSON log message in ElasticSearch/Kibana
I have logs being indexed by ElasticSearch from stdout of our application server. Without having to modify the source writing the logs, is it possible to "pretty print" any JSON log message?...
occasl
Votes: 0
Answers: 0
AWS Elasticsearch - Delete_by_query, how to find task id so can continue with code when delete is done, and when to do wait_for _completion
I'm using AWS Lambda to do a delete_by_query on an Elasticsearch index so I get rid of everything older than 7 days. That works, but I noticed that the count of the documents is the same before and af...

Jennifer Crosby
Votes: 0
Answers: 1