Skip to content
#

elastic

Here are 400 public repositories matching this topic...

milvus
del-zhenwu
del-zhenwu commented Dec 16, 2019

Describe the bug

If partition tag set empty string, the message returned should be

  reason: "Invalid partition tag:  Partition tag should not be empty."
Search failed:
status {
  error_code: ILLEGAL_ARGUMENT
  reason: "Invalid partition tag: . Partition tag should not be empty."
}

Steps/Code to reproduce behavior

Expected behavior

**Env

prupert
prupert commented Apr 7, 2020

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/
gaborznagy
gaborznagy commented Sep 4, 2020

Since #3358 and #3407 systemd-journal() source supports Journald namespaces.

Since the source stores the journald cursor under different persist-keys (based on the configured namespace() option), it allows multiple concurrent sources.

However, we still have a limitation, that only 1 systemd-journald() source can be used in the config.
(See the the journal_reader_initialized global va

zentral

Zentral is an open-source solution for infrastructure monitoring and endpoint event stream processing. It provides build-in orchestration of macOS security components (Santa, Osquery, et-al.), event correlation and event management. It consolidates its features with various data store backends (ElasticStack, Azure Log Analytics, Splunk, et-al.).

  • Updated Sep 27, 2020
  • Python
dalenavi
dalenavi commented May 3, 2018

Given an elasticsearch target, namespaced into a sub-path by nginx,
when I pass the full host+path into Elastix.Search.search (and other functions also)
then the path component of the elasticsearch url is stripped away.

I believe this code is problematic, in search.ex

def make_path(index, types, query_params, api_type \\ "_search") do
    path_root = "/#{index}"

When the inde

Improve this page

Add a description, image, and links to the elastic topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the elastic topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.