-
Notifications
You must be signed in to change notification settings - Fork 1
/
feed.xml
77 lines (58 loc) · 3.87 KB
/
feed.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title></title>
<description>Stylish Jekyll Theme</description>
<link>/</link>
<atom:link href="/feed.xml" rel="self" type="application/rss+xml" />
<item>
<title>Simple setup for csv log file on to kibana3</title>
<description><p>Download</p>
<ol>
<li>logstash-1.4.2</li>
<li>kibana-3.1.0</li>
<li>elasticsearch-0.90.11</li>
</ol>
<p>Steps for dataflow
- Start the elastic search.</p>
<div class="highlight"><pre><code class="language-bash" data-lang="bash"><span class="nv">$ </span><span class="nb">cd </span>elasticsearch-0.90.11/bin
<span class="nv">$ </span>elasticsearch</code></pre></div>
<ul>
<li>Logstash
<ul>
<li>Create file Grok file based on csv data format of logfile. name it as .config file(eg: test.config)</li>
<li>Save the file as .config in logstash-1.4.2/bin folder</li>
</ul>
</li>
</ul>
<div class="highlight"><pre><code class="language-bash" data-lang="bash"><span class="nv">$ </span><span class="nb">cd </span>logstash-1.4.2/bin
<span class="nv">$ </span>logstash agent -f test.config</code></pre></div>
<ul>
<li>Kibana</li>
</ul>
<div class="highlight"><pre><code class="language-bash" data-lang="bash"><span class="nv">$ </span><span class="nb">cd </span>logstash-1.4.2/bin
<span class="nv">$ </span>logstash web</code></pre></div>
</description>
<pubDate>Sun, 01 Feb 2015 00:00:00 +0000</pubDate>
<link>/jekyll/setup/docker/2015/02/01/logstash-kibana3-elasticsearch.html</link>
<guid isPermaLink="true">/jekyll/setup/docker/2015/02/01/logstash-kibana3-elasticsearch.html</guid>
</item>
<item>
<title>Jekyll with docker on mac setup!!</title>
<description><p>Finally mananged to setup Jekyll on mac and started writing blog posts!</p>
<p>Jekyll is awesome framework to static websites, I have started this to write and manage my github projects docs.</p>
<p>Open to boot2docker terminal.</p>
<p>clone jekyll bootstrap..In my case I have used <a class="btn btn-default" href="https://github.com/dbtek/dbyll">Jekyll Dbyll</a> </p>
<p>Once you have it.</p>
<div class="highlight"><pre><code class="language-bash" data-lang="bash"><span class="nv">$ </span><span class="nb">cd </span>dbyll-master
<span class="nv">$ </span>docker run -i -t -v <span class="s2">&quot;$PWD:/src&quot;</span> -p 4000:4001 grahamc/jekyll serve --host<span class="o">=</span>0.0.0.0</code></pre></div>
<p>This would download jekyll container and expose Jekyll on 4000 port of docker container and you virtual machine at 4001.
Just open browser with the virtual machine or boot2contianer IP. IP:4001.</p>
<p><a class="btn btn-default" href="https://github.com/dbtek/dbyll">Jekyll Theme</a> Awesome!</p>
</description>
<pubDate>Sun, 01 Feb 2015 00:00:00 +0000</pubDate>
<link>/jekyll/setup/docker/2015/02/01/Jekyll-docker.html</link>
<guid isPermaLink="true">/jekyll/setup/docker/2015/02/01/Jekyll-docker.html</guid>
</item>
</channel>
</rss>