Open in app
Home
Notifications
Lists
Stories

Write
Iván Frías Molina
Iván Frías Molina

Home

Mar 8, 2021

Elasticsearch from 0 to sky: Mapping

What is a Mapping? A mapping is a schema definition that contains: field names, field data types, settings. Elasticsearch can index any document without knowing the type, if there is no mapping, it is automatically generated. JSON documents are mapped as Lucene needs. Mapping data types text: full text to analyze keyword: exact values date: string formatted…

Elasticsearch

2 min read

Elasticsearch from 0 to sky: Mapping
Elasticsearch from 0 to sky: Mapping

Mar 6, 2021

Elasticsearch from 0 to sky: Full-Text Queries

match_phrase query This query is used to search for text when you want to find terms that are close to each other. Parsers are used for the queried field, all terms must appear in the field and have the same order as the input value. { "query": {…

Elasticsearch

2 min read

Elasticsearch from 0 to sky: Full-Text Queries
Elasticsearch from 0 to sky: Full-Text Queries

Feb 25, 2021

Elasticsearch from 0 to sky: Relevance in Queries

Relevance in Queries When we make a query we are interested in the most relevant documents, relevance is measured in recall, precision, classification. Recall: the ratio of true positives against all documents that should be returned (many results). Precision: the ratio of true positives against all documents that have been returned (few results). …

Elasticsearch

2 min read

Elasticsearch from 0 to sky: Relevance in Queries
Elasticsearch from 0 to sky: Relevance in Queries

Feb 24, 2021

Elasticsearch from 0 to sky: data and searches -chapter 3

Article number 3, we will explain the different types of data and how searches and aggregations can be carried out. Data There are many types of data, but most of them are: Static data: data that grows slowly, can be inventories, web pages, etc. Time series data: data that grows rapidly…

Kibana

2 min read

Elasticsearch from 0 to sky: data and searches -chapter 3
Elasticsearch from 0 to sky: data and searches -chapter 3

Feb 23, 2021

Elasticsearch from 0 to sky: CRUD- Chapter 2

JSON Objects Elasticsearch works with data structures represented as JSON objects. JSON documents are saved with a unique ID In Elasticsearch the documents are indexed in index { "title": "Elasticsearch from 0 to sky: CRUD", "tecnology": "Elasticsearch", "date": "23/02/2021", "author": { "first_name": "Ivan", "last_name": "Frias", "company": "CIVIR" } } Indexing documents Index API is…

Elastic

3 min read

Elasticsearch from 0 to sky: CRUD Chapter 2
Elasticsearch from 0 to sky: CRUD Chapter 2

Feb 23, 2021

Elasticsearch from 0 to sky: The technology that changed the world -chapter 1

Elasticsearch Overview We start with a series of articles where we will cover all the points of Elasticsearch, from its history to its advanced use. You can write me if you have any questions or suggestions. The technology that changed the world In 1999 the open source project called Lucene was born, created by Doug Cutting. Lucene is a…

Elasticsearch

2 min read

Elasticsearch from 0 to sky: The technology that changed the world -chapter 1.0
Elasticsearch from 0 to sky: The technology that changed the world -chapter 1.0

Feb 22, 2021

Kibana Time Series Visual Builder

What is Kibana Time Series Visual Builder? TSVB is an advanced data visualizer, with a renewed and much more powerful interface, it allows you to create different types of visualizations. Main features Integration with Elasticsearch pipeline aggregation, allows to work on the result of other aggregations. Multiple index patterns can be used in the same visualization. High level of…

Kibana

3 min read

Kibana Time Series Visual Builder
Kibana Time Series Visual Builder

Feb 18, 2021

Filebeat settings and tips

What is Filebeat? Filebeat is a lightweight shipper, it is one of the seven available within the beats category. These agents can be installed on any server to collect all kinds of logs and metrics to later send them to Elasticsearch or Logstash. …

Elasticsearch

2 min read

Filebeat settings and tips
Filebeat settings and tips

Feb 15, 2021

Elasticsearch Curator en AWS Lambda

¿Qué es Elasticsearch Curator? Elasticsearch Curator permite administrar índices y snapshots, de esta forma conseguimos realizar tareas periódicas de mantenimiento como por ejemplo: Crear y borrar índices. Eliminar snapshots. Reindexaciones, abrir y cerrar índices. Elasticsearch Curator incluye una API de Python que usaremos junto a AWS Lambda ¿Qué es AWS Lambda? Es un servicio de AWS que permite…

2 min read

Elasticsearch Curator en AWS Lambda
Elasticsearch Curator en AWS Lambda
Iván Frías Molina

Iván Frías Molina

Data Engineer Elastic Stack

Following
  • Max

    Max

  • Flux Official

    Flux Official

  • CryptoCookied

    CryptoCookied

  • Alejandro Sanchez Losa

    Alejandro Sanchez Losa

  • Fahd Aghribi

    Fahd Aghribi

See all (6)

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Knowable