elastic
Here are 371 public repositories matching this topic...
I see the example for defining settings and mapping for an index/model in the README of https://github.com/elastic/elasticsearch-rails/tree/master/elasticsearch-model:
class Article
settings index: { number_of_shards: 1 } do
mappings dynamic: 'false' do
indexes :title, analyzer: 'english', index_options: 'offsets'
end
end
endHowever, I could not find a
-
Updated
Mar 8, 2020 - Go
Use this checklist to track logstash wiki and documentation
- Update https://github.com/Cyb3rWard0g/HELK/wiki/Create-Plugins-Offline-Package
- Update HELK overview picture
- remove alien vault integration
- update with new indexes #256
- document catch all for windows
- document indexme catch all
- some general guideline on X amount of devices and or X amo
Is my understanding correct that if i want to do
{
"query": {
"bool": {
"must": [
{
"term": {"shape": "round"}
},
{
"bool": {
"should": [
{"term": {"color": "red"}},
{"term": {"color": "bl
Describe the bug
/usr/share/icinga2/include/command-plugins.conf provides the http CheckCommand. Since version 2.3.0 there is a new option in check_http which allows for checking the correctness of a certificate and hostname match: --verify-host. Please add this to the built in template library.
https://icinga.com/docs/icinga2/latest/doc/10-icinga-template-library/
$ /usr/
-
Updated
Apr 3, 2020 - Objective-C
I noticed that there is code in afsocket which looks like it should be setting a 60 second keepalive interval on the socket:
https://github.com/syslog-ng/syslog-ng/blob/master/modules/afsocket/socket-options-inet.c#L234
#if defined(TCP_KEEPTIME) && defined(TCP_KEEPIDLE) && defined(TCP_KEEPCNT)
self->tcp_keepalive_time = 60;
self->tcp_keepalive_intvl = 10;
self->tcp_keepalive_prob
-
Updated
Jun 5, 2020 - CSS
ES - v6.5.4
Kibana - v6.5.4
Search guard - v6.5.4
sentinl plugin - v6.5.4
Configure sentinl with some test watcher and action , but when i deleted the watcher from kibana GUI , but still alarm get fired at the regular interval , as i already given required permission at search guard , subsequent index get created at elastic search , manually deleted watcher index but it will auto recr
-
Updated
May 21, 2020 - Kotlin
I have been using mongoose-elasticsearch-xp to be able to index all my collections easily and efficiently. I am interested to this package for my project and was wondering if it's possible to bind your package with mongoose-elasticsearch-xp, do you have any good examples of this implementation?
-
Updated
Jun 26, 2019 - Java
-
Updated
Jun 7, 2020 - Shell
I would like to be able to search multiple indices. I suggest the search function is extended so that the index parameter can be an array.
-
Updated
May 14, 2020 - Shell
-
Updated
Aug 8, 2017 - Objective-C
Let's remove the deprecated Storybook addon-info and let's start moving our story sources to Storybook Docs.
Let's move our stories to the CSF https://storybook.js.org/docs/formats/component-story-format that is the new format adopted in 5.2 to document stories.
I think we should show a simple static example of each story source in the Docs page instead of the compiled code from the story
-
Updated
Sep 19, 2018 - Python
-
Updated
May 18, 2020 - Java
-
Updated
Apr 29, 2020 - Shell
-
Updated
May 30, 2020 - Pascal
Improve this page
Add a description, image, and links to the elastic topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the elastic topic, visit your repo's landing page and select "manage topics."
Describe the bug
If partition tag set empty string, the message returned should be
Steps/Code to reproduce behavior
Expected behavior
**Env