Blog Posts
Would you like to start a project with us?
Use the Contact Form to get in touch with us, comments, questions or suggestions. You can also simply say hello!.
March 14, 2016
3:49 pm
Comments: 0
Eli Kleinman
Field datatypes edit On this page Core datatypes Complex datatypes Geo datatypes Specialised datatypes Multi-fields Elasticsearch Reference: Getting Started Setup Breaking changes API Conventions Document...
March 14, 2016
11:45 am
Comments: 2
Eli Kleinman
Nagios logstash yml conf file input { file { # Wildcards work, here 🙂 path => [ "/var/log/messages" ] start_position => "beginning" type => "nagios-alert" } } #input { #tcp { #host => "10.10.10.1" #port...
March 10, 2016
3:42 pm
Comments: 0
Eli Kleinman
Memory usage while : ;do date;echo "================";ps -eo pid,pmem,rss,comm --sort rss|egrep "PID|java" |tail -12;echo "=================";sleep 5;done top example nohup top -b -d 2 | egrep --color=auto...
March 9, 2016
5:36 pm
Comments: 0
Eli Kleinman
sql-log mappings "mappings": { "sql-log": { "properties": { "sql_session_id": { "store": true, "type": "string" }, "sql_duration_min": { "store": false, "index": "not_analyzed", "type": "integer" }, "sql_duration_subsec":...
March 8, 2016
2:45 pm
Comments: 0
Eli Kleinman
How to install a specific version of Grafana server Installing a specific version yum install https://grafanarel.s3.amazonaws.com/builds/grafana-2.6.0-1.x86_64.rpm service grafana-server start /sbin/chkconfig...
March 8, 2016
11:53 am
Comments: 0
Eli Kleinman
Create elastic data pool zpool create data1 c1d1 Add elastic user groupadd elastic useradd -d /export/home/elastic -g elastic -m -s /bin/bash -c "Elastic Search" elastic Install elastic binary’s...
March 1, 2016
11:57 am
Comments: 0
Eli Kleinman
Dealing with SSDs in Elasticserach Upload a template for SSD(HOT) disk, so new index’s are placed on SSD. curl -XPUT http://elk1.domain.com:9200/_template/web-sql-log -d ' { "template": "web-sql-log-*",...
February 19, 2016
12:39 pm
Comments: 0
Eli Kleinman
First lets configure Kafka Note: In Kafka 8.1 (and lower) you can not delete a topic, make sure to update to a latter version then 8.2+ Modify the below Kafka settings message.max.bytes: 5000000 replica.fetch.max.bytes:...
No posts found