TTNotes
  • Introduction
  • Intro
    • Introduction
  • Back-end
    • Node.js
      • Modules
      • NPM
      • Bookmarks
      • Testing
      • Yarn
      • Custom Error
    • Docker
      • Install on Centos 6
      • Bookmarks
    • MongoDB
    • PostgreSQL(WIP)
    • JWT
    • GraphQL
    • Consul
    • MQTT
    • Apache Thrift
    • CI / CD Reference
    • Nginx
    • Live Stream server - Nginx + RTMP
    • Nginx + Letsencrypt as a SSL Server
    • ELK
  • JavaScript
    • Common
    • React.js
    • Redux
    • React Native
    • Bookmarks
  • Unix
    • Frequently used commands
    • vim
  • Data Structures & Algorithm
    • Big O notation
    • Stack
    • Queue
    • Union Find
  • Tools
    • Git
    • zsh
    • Sublime Text
  • Notes from Books
    • PoEAA(WIP)
  • Others
    • Regular Expression
    • dokku
    • Memo
Powered by GitBook
On this page
  • ELK Stack
  • References

Was this helpful?

  1. Back-end

ELK

ELK Stack

# Retrieve List with Index and Type
/<INDEX>/<TYPE>/_search

# List all indexex
/_cat/indices?v

References

Timelion

  • https://github.com/elastic/timelion/blob/master/FUNCTIONS.md

  • http://rmoff.net/2016/03/29/experiments-with-kibana-timelion-2/

Logstash

  • https://www.devops.zone/solr-elasticsearch/shipping-your-nginx-logs-to-elasticsearch-using-logstash/

  • https://github.com/elastic/examples/tree/master/ElasticStack_NGINX

  • http://logz.io/blog/log-analysis-technical-seo/

Kibana Templates

  • https://github.com/elastic/examples/blob/master/ElasticStack_NGINX/nginx_kibana.json

PreviousNginx + Letsencrypt as a SSL ServerNextCommon

Last updated 5 years ago

Was this helpful?