Fabien Baligand

Results 20 issues of Fabien Baligand

So that to avoid "inode recycling problem", it would be great to add option `clean_removed`, with the same behavior than FileBeat : https://www.elastic.co/guide/en/beats/filebeat/current/configuration-filebeat-options.html#clean-removed

enhancement

Since version 6.0, an index could have only one type. For percolate use case, that's quite annoying, because 'query' mapping and 'document' mapping are different (it's clearly not the same...

>enhancement
:Search/Percolator
Team:Search

This PR brings 2 new features : - inputSearchHideable : a new vis param, that allow (when unchecked) to always show input search - inputSearchWidth : a new vis param,...

Kibana supports official packages, so that we can install them using `kibana-plugin` command : `kibana-plugin install https://github.com/dlumbrer/kbn_searchtables/releases/download/5.5.X/kbn_searchtables-5.5.0.zip` To do that, you should create a package, with ZIP format, containing this...

enhancement

## Problem Currently, we cannot fully customize the target data stream. More precisely, the namespace part of the data stream is necessarily the topic. This is especially a problem, when...

## Is your feature request related to a problem? Currently, I'm able to define which metrics are disabled, but on the contrary, I can't define which metrics are enabled/included. So...

enhancement
agent-java
community

Ce serait intéressant d'ajouter un exemple d'utilisation dans la documentation (README.md) : - un exemple d'index utilisant l'analyzer - un exemple d'index utilisant le filtre - un exemple d'index utilisant...

Hi, Given that I have `Entity.ts`: ``` typescript export enum Entity { firstValue, secondValue } ``` **Then I execute:** ``` bash typescript-json-schema Entity.ts * ``` **Expected Result:** ``` json {...

The "init" option is really a nice idea to execute code at logstash startup. This would be great to add a similar option to execute code at logstash shutdown. For...

enhancement

Currently, translate plugin supports YAML, JSON and CSV formats for its dictionary. This would be great to support also PROPERTIES format : https://en.wikipedia.org/wiki/.properties

enhancement