DATA MANAGEMENT ELASTIC & LUCENE RESEARCH

plugins – Are Elasticsearch Security API authenticate responses the same for different logged-in users?

My goal is to retrieve information about logged-in users in my custom kibana plugin, and for that, I’m using the www.elastic.co/guide/en/elasticsearch/reference/current/security-api-authenticate.html API. However, when I log in with different users,…Read moreplugins – Are Elasticsearch Security API authenticate responses the same for different logged-in users?

DATA MANAGEMENT ELASTIC & LUCENE RESEARCH

elastic stack – error importing Kibana dashboards: fail to import the dashboards in Kibana in filebeat

I have installed filebeat in ubuntu. while my ELK stack running on different server. I got this error during service filebeat start {“log.level”:”error”,”@timestamp”:”2023-07-23T20:12:15.224Z”,”log.origin”:{“file.name“:”instance/beat.go”,”file.line”:1274},”message”:”Exiting: error importing Kibana dashboards: fail to import…Read moreelastic stack – error importing Kibana dashboards: fail to import the dashboards in Kibana in filebeat

3D PRINTING DATA MANAGEMENT ELASTIC & LUCENE RESEARCH

Elastoplastic and limit analysis of reinforced concrete with an equilibrium-based finite element formulation

This paper introduces a 3D equilibrium-based finite element formulation for reinforced concrete. The stress unknowns in the proposed formulation strongly satisfy the equilibrium equations throughout the entire volume, with the…Read moreElastoplastic and limit analysis of reinforced concrete with an equilibrium-based finite element formulation

DATA MANAGEMENT ELASTIC & LUCENE RESEARCH

Elasticsearch and Kibana docker containers communication with SSL protocol

this is my docker-compose version: “3.0” services: elasticsearch: container_name: es-container image: elasticsearch:8.7.0 environment: – xpack.security.enabled=true – xpack.security.http.ssl.enabled=true – xpack.security.http.ssl.certificate=/usr/share/elasticsearch/config/certs/kibana.crt – xpack.security.http.ssl.key=/usr/share/elasticsearch/config/certs/kibana.key – xpack.security.http.ssl.certificateAuthorities=/usr/share/elasticsearch/config/certs/ca.crt – xpack.security.transport.ssl.enabled=true – xpack.security.transport.ssl.certificate=/usr/share/elasticsearch/config/certs/kibana.crt – xpack.security.transport.ssl.key=/usr/share/elasticsearch/config/certs/kibana.key -…Read moreElasticsearch and Kibana docker containers communication with SSL protocol

DATA MANAGEMENT ELASTIC & LUCENE RESEARCH

elasticsearch – Does non-indexed field update triggers reindexing in elasticsearch8?

My index mapping is the following: { “mappings”: { “dynamic”: False, “properties”: { “query_str”: {“type”: “text”, “index”: False}, “search_results”: { “type”: “object”, “enabled”: False }, “query_embedding”: { “type”: “dense_vector”, “dims”:…Read moreelasticsearch – Does non-indexed field update triggers reindexing in elasticsearch8?

DATA MANAGEMENT ELASTIC & LUCENE RESEARCH

elasticsearch – How to query all data that has null nested field ? Elastic Search v.7

I’m trying to get all records from index that has cities as null. Source looks like: “_index”: “potatos_index”, “_type”: “_doc”, “_id”: “1240862”, “_score”: 14.41736, “_source”: { “accountNumber”: “1121212”, “accountType”: “Customer”,…Read moreelasticsearch – How to query all data that has null nested field ? Elastic Search v.7