
Tag: ELASTIC
kibana – how to get the number of unique value which is has appeared more than twice days in elasticsearch?
for example,{user_name: someonedate: Nov 11url: /app/home/someone} {user_name: someone1date: Nov 11url: /app/home/someone1}{user_name: someone2date: Nov 11url: /app/home/someone2}{user_name: someone3date: Nov 11url: /app/home/someone3}{user_name: someonedate: Nov 12url: /app/home/someone}{user_name: someone2date: Nov 13url: /app/home/someone2} => Expected response…
Issus about elasticsearch nested pipeline – Open Source Elasticsearch and Kibana
–pipeline_for_distributionPUT _ingest/pipeline/pipeline_for_distribution{“description”: “a pipeline for distribution”,“processors”: [{“pipeline”:{“name”: “pipeline_for_set”,“if”: “””String tagss = ctx[‘tags’];if (tagss.toLowerCase().contains(‘openstack’)) {return true;}return false;“””}},{“pipeline”: {“name”: “pipeline_for_split”,“if”: “””String tagsx = ctx[‘tags’];if (tagsx.toLowerCase().contains(‘hadoop’)) {return true;}return false;“””}}]}–pipeline_for_splitPUT _ingest/pipeline/pipeline_for_split{“description”: “a pipeline for…
lucene – Elasticsearch not searching terms with dash sporadically
Using elasticsearch 7.11.2 and 7.15.1 I created an index : PUT localhost:9200/car { “mappings”: { “properties”: { “Owner”: { “type”: “text”, “fields”: { “keyword”: { “type”: “keyword”, “ignore_above”: 256 }…
Getting Vulnerability for the Elastic 9200 SSL/TLS – Open Source Elasticsearch and Kibana
Thanks for reply, Here i am using the following commands to create the certs for elasticsearch mkdir /etc/elasticsearch/certs cd /etc/elasticsearch/certs curl -so ~/search-guard-tlstool-1.8.zip maven.search-guard.com/search-guard-tlstool/1.8/search-guard-tlstool-1.8.zip unzip ~/search-guard-tlstool-1.8.zip -d ~/searchguard curl -so…
Add Norwegian locale for number formatters
Describe the feature:I would like to add Norwegian locale support in to Kinana number formatters.At the moment, Kibana fork of numeral.js does not have no locale: (github.com/elastic/numeral-js/tree/kibana-fork/languages) However, official master…