• Stars
    star
    805
  • Rank 56,629 (Top 2 %)
  • Language
  • License
    MIT License
  • Created about 6 years ago
  • Updated over 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A book about running Elasticsearch
WIP, COVERS ELASTICSEARCH 5.5.x, UPDATING TO ES 6.5.x

Operating Elasticsearch

for Fun and Profit


Fred de Villamil


Read online


Code of Conduct

  • Behave like normal, friendly, welcoming human beings or get the hell out.
  • Any reference to a non scientific, verifiable element is irrelevant.

TOC


Styling

This is the Markdown styling used in this book. If you plan to contribute, please use it.

Chapter title

# This is a chapter title

Chapter part

---

## A chapter part title is preceded by an horizontal line

Chapter subpart

### A level 1 subpart
#### A level 2 subpart

Images

![An image should have an alt text](use/a/relative.link)

Code:

An `inline code block` goes like this

API calls go the Curl way

curl -X POST "localhost:9200/_search" -H 'Content-Type: application/json' -d'
{
    "query" : {
        "match_all" : {}
    },
    "stats" : ["group1", "group2"]
}
'

Yaml code is expanded for more readability

---
some:
  value:
    goes: "like this"

Links

[An internal link](has/a/relative.path)
[An external link](https://has.an.absolute/path)

Lists

Urdered lists:

Only one line break between a paragraph and

* An
* unordered
* list
	* with
	* subitems

Ordered lists:

1. An
2. Ordered
3. List
	1. With
	2. subitems

More Repositories

1

social_bookmark

Adds "add to ..." more 70 social bookmarks and websites websites to your rails generated contents
Ruby
13
star
2

ledger-agent-add

A wrapper using Ledger agent to create new SSH identities
Shell
11
star
3

recent_comments_sidebar

Typo recent comments sidebar plugin
Ruby
7
star
4

flickr_sidebar

Typo Flickr sidebar plugin
6
star
5

typo_related_posts

Typo related posts plugin
6
star
6

diigo_sidebar_plugin

Typo Diigo sidebar plugin
Ruby
5
star
7

acts-as-resource

Acts as resource plugin
5
star
8

hdfsbackup

A quick and dirty backup tool with a hdfs backend
Shell
5
star
9

vaporware

A collaborative task manager with wiki capabilities
Ruby
5
star
10

rstats

A ruby on rails web stats plugin
Ruby
4
star
11

tada_sidebar

Typo Tada List sidebar plugin
4
star
12

typo_gallery

A quick and dirty Gallery plugin for Typo using the resources
Ruby
4
star
13

social-penis-enlargement

Obivouly a mass following bot POC with configurable criteria.
Ruby
4
star
14

typo_textfilter_amazon

Typo Amazon text filter plugin
Ruby
4
star
15

typo_textfilter_tmcode

Typo Textmate code text filter plugin
Ruby
4
star
16

delicious_sidebar

Typo Del.icio.us sidebar plugin
Ruby
4
star
17

audioscrobbler_sidebar

Typo audioscrobbler sidebar plugin
Ruby
4
star
18

magnolia_sidebar

Typo Magniolia sidebar plugin
Ruby
3
star
19

technorati_sidebar

Typo Technorati Sidebar
3
star
20

backpack_sidebar

Typo backpack sidebar
Ruby
3
star
21

s5

A Simple Standards-Based XHTML Slide Show System
3
star
22

typo_textfilter_sparkline

Typo Sparkline text filter plugin
Ruby
3
star
23

upcoming_sidebar

Typo Upcoming.org sidebar plugin
3
star
24

fortythree_sidebar

Typo 43 things sidebar
Ruby
3
star
25

topcomments_sidebar

A plugin to display top commenters on a Typo blog
Ruby
3
star
26

blogmarks_sidebar

Typo Blogmarks Sidebar plugin
Ruby
3
star
27

aimpresence_sidebar

Typo AIM presence sidebar plugin
Ruby
3
star
28

typo_enclosure_on_steroide

Typo Enclosure on Steroide displays an article attachments at the end of the post, eventually using specific view according to file type.
Ruby
3
star
29

fortythreeplaces_sidebar

Typo 43 places sidebar plugin
Ruby
3
star
30

typogarden

Typo themes catalogue, all at a time
JavaScript
2
star
31

Typo-Internal-Linker

A powerful SEO internal linking builder for Typo blog
Ruby
2
star
32

typo-sliding-posts

A sliding post plugins to display featured content in a nice carousel
JavaScript
2
star
33

rails-app-boilerplate

A Rails application boilerplate
Ruby
2
star
34

lemon-twist

A Typo port of the famous Wordpress theme, check at http://viewer.typogarden.org/?theme=Lemon_Twist
2
star
35

true-blue-2

A blue and orange Typo theme used on http://t37.net. Very customized for my own site, will need lots of modification if you want it for yours.
Ruby
2
star
36

fdv-rails-app-installer

Fork of the old rails app installer
Ruby
2
star
37

typo_plugin_contact_form

A simple contact form proof of concept for plugin integration
1
star
38

typo_textfilter_soundcloud

A plugin to simply display a Soundcloud player in a Typo post
Ruby
1
star
39

True-blue-2--en-

English translation of True blue 2 theme
Ruby
1
star
40

ansible-freebsd

My FreeBSD oriented Ansible roles and playbooks
1
star
41

platypus

A simple and convenient theme for oh-my-zsh
1
star