elasticsearch

Elasticsearch is a distributed, open source search and analytics engine for all types of data, including textual, numerical, geospatial, structured, and unstructured. Elasticsearch is built on Apache Lucene and was first released in 2010 by Elasticsearch N.V. (now known as Elastic).
Here are 5,813 public repositories matching this topic...
英雄招募
成为 Doocs 项目维护者
本项目 advanced-java,包括 Doocs 开源组织下的所有项目,都欢迎各位朋友参与完善。
如果你提交的内容有价值,且具备规范性,将有机会提升为项目的维护者,直接参与项目的 review、merge 等维护工作,提交内容时也可以直接 push
到 doocs/advanced-java 主分支 master 下,无须提交 PR 等待 review。
目前 advanced-java 只有 [yanglbme](http
-
Updated
Sep 5, 2020 - Java
-
Updated
Sep 5, 2020 - TypeScript
There should be a comma separator or a space when the roles are added to the user, looks smudged.
Kibana 8.0
The roles when added to the user, look smudged- Plz introduce a space or a comma to make it more readable.
Here there are 3 roles- test_logstash_reader, reporting_user and global_dashboard_read. But looks crammed:
<img width="946" alt="Screen Shot 2020-09-03 at 12 39 40 PM" src="https://user-images.githubusercontent.com/11466284/92176328-16963500-edf3-11ea-834d-01ca637d2534.png
-
Updated
Aug 8, 2020 - Java
-
Updated
Sep 5, 2020 - Java
-
Updated
Aug 28, 2020 - Shell
-
Updated
Sep 2, 2020 - Python
-
Updated
Aug 11, 2020 - Java
Related Issues
closes #4763
Short Description and Why It's Useful
You can now pass custom GraphQL query and variables to get some data.
Screenshots of Visual Changes before/after (if There Are Any)
-
Updated
Sep 4, 2020 - CSS
-
Updated
Aug 20, 2020 - JavaScript
-
Updated
Sep 5, 2020 - Python
-
Updated
Sep 5, 2020 - Java
-
Updated
Sep 3, 2020 - Python
-
Updated
Jun 20, 2020 - Python
-
Updated
Aug 27, 2020 - JavaScript
-
Updated
Aug 31, 2020 - Java
-
Updated
Nov 15, 2019 - JavaScript
🐛 Bug Report
This is the definition on Connection.d.ts
:
interface RequestOptions extends http.ClientRequestArgs {
asStream?: boolean;
body?: string | Buffer | ReadableStream;
querystring?: string;
}
To Reproduce
I've been using this class to provide authenticated connection with AWS Elasticsearch:
import { Readable } from 'stream'
-
Updated
Sep 5, 2020 - JavaScript
-
Updated
Jul 11, 2020 - C#
-
Updated
Sep 1, 2020 - JavaScript
Released February 2010
Latest release 2 days ago
- Repository
- elastic/elasticsearch
- Website
- www.elastic.co
- Wikipedia
- Wikipedia
I currently use the legacy IndexTemplates with the "inheritance" mechanism.
During runtime, my application, will read in plain JSON templates from the filesystem and make PutIndexTemplateRequests out of the content using the standard "source(Map<String, Object>)" API available in all Request subclasses to fill the request with the relevant content.
Now, that those templates are becoming legacy