Skip to content

v5.6.4

Compare
Choose a tag to compare
@higee higee released this 13 Jun 03:52
· 218 commits to master since this release

Elasticsearch


  • Install
  • Data Type : core data type, complex data type
  • API : Indices API, Document API, Search API
  • Query DSL : Match All, Full Text, Term Level, Specialized, Compound Queries
  • Mapping
  • Aggregation : Bucket, Metric, Parent Pipeline, Sibling Pipeline Aggregation

Logstash


  • Install
  • Worfklow
  • Plugins
    • Input : stdin, file, jdbc, elasticsearch
    • Output : csv, elasticsearch
    • Filter : csv, mutate, grok, date, drop
    • (Conditional)

Kibana


  • Install
  • Worfklow
  • Discover
    • Filtering by Field
    • Lucene Query Syntax
      • Keyword
      • Field Match, Exact Field Match
      • Must be, Must not be present
      • AND, OR, NOT
      • Term
      • Fuzzy, Proximity
      • Numeric Value, Range
      • Wildcard (?, *)
  • Visualize
    • Basic Charts : Area, Heat Map, Pie
    • Data : Data Table, Goal, Gauge, Metric
    • Maps : Coordinate Map, Region Map
    • Time Series : Timelion
    • Other : Markdown, Tag Cloud
  • Dashboard
  • Dev Tools
  • Management
    • Index Patterns
    • Field Formatters
    • Scripted Fields (Painless)
      • calculation on a single field
      • date manipulation
      • combine string values
      • conditional statement
    • Saved Objects