Indexing Data to Elastic Search Part-1

Indexing Data to Elastic Search Part-1

PART1: Indexing Data Using Elastic Search API from various Sources(From CSV, XML, Database, flat files etc…) Here Coming to Elastic Search Perspective we have another way to index data from relational databases to elastic search. There are two methods in Elastic...
Indexing Data to Elastic Search Part-3

Indexing Data to Elastic Search Part-3

Part 3: Tested Environment: OS: Linux Redhat Feeder Version: 1.5.2 MySQL: 5.6 Feeder: The another way of indexing data to elasticsearch is using Feeder which is introduced by elasticsearch from version 1.5.x. Advantages of Feeder: No need to install on every node in a...
Indexing Data to Elastic Search Part-2

Indexing Data to Elastic Search Part-2

PART 2: Indexing data from River or Feeder. Indexing data From River: (Deprecated from ES 1.5.x) Indexing relation data using river is a good feature on elastic search which is showed a way to index relational data to elastic search, which is implemented by ShayBanon....
Postfix, Dovecot IMAP Install and Configuration on Ubuntu

Postfix, Dovecot IMAP Install and Configuration on Ubuntu

Postfix is popular open source mail transfer agent which runs on most of Unix like OS. It comes with a lot no. of parameters, most of them carry default values. Small updations to these in considering with your environment specific will make your mail server up and...