Skip to content

Commit 7ba13ad

Browse files
authored
Merge pull request #1 from hynekkar/how_and_developer_pages
How and developer pages
2 parents 71126c8 + e69ab9a commit 7ba13ad

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+1416
-267
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
source 'https://rubygems.org'
2-
2+
gem "webrick"
33
gem 'jekyll', '~> 4.2.0'
44

55
group :jekyll_plugins do

Gemfile.lock

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ GEM
6565
terminal-table (2.0.0)
6666
unicode-display_width (~> 1.1, >= 1.1.1)
6767
unicode-display_width (1.7.0)
68+
webrick (1.8.1)
6869

6970
PLATFORMS
7071
ruby
@@ -76,6 +77,7 @@ DEPENDENCIES
7677
jekyll-paginate (~> 1.1.0)
7778
jekyll-seo-tag (~> 2.7.1)
7879
jekyll-sitemap (~> 1.4.0)
80+
webrick
7981

8082
BUNDLED WITH
8183
1.17.3

README.md

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,6 @@
1-
# Hydra [ LEGACY TEMPLATE NO LONGER MAINTAINED ]
1+
# ipfixprobe website Hydra
22

3-
Marketing site template for Jekyll. Browse through a [live demo](https://proud-alligator.cloudvent.net/).
4-
Increase the web presence of your brand with this configurable theme.
5-
6-
![Hydra template screenshot](images/_screenshot.png)
7-
8-
Hydra was made by [CloudCannon](http://cloudcannon.com/), the Cloud CMS for Jekyll.
9-
10-
Find more templates, themes and step-by-step Jekyll tutorials at [CloudCannon Academy](https://learn.cloudcannon.com/).
11-
12-
[![Deploy to CloudCannon](https://buttons.cloudcannon.com/deploy.svg)](https://app.cloudcannon.com/register#sites/connect/github/CloudCannon/hydra-jekyll-template)
3+
Based on Hydra opensource template [live demo](https://proud-alligator.cloudvent.net/)
134

145
## Features
156

_config.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,11 @@ collections:
3030
_hide_content: true
3131
get_options:
3232
_hide_content: true
33+
how:
34+
_hide_content: true
35+
output: true
36+
developer:
37+
_hide_content: true
3338

3439
paginate: 10
3540
paginate_path: "/blog/:num/"

_data/footer.yml

Lines changed: 3 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,5 @@
11
- links:
2-
- name: Pricing
3-
link: /pricing/
4-
- name: Blog
5-
link: /blog/
6-
- name: About
7-
link: /about/
8-
- name: Contact
9-
link: /contact/
10-
- links:
11-
- name: Login
12-
link: /
13-
new_window: true
14-
- name: Sign Up
15-
link: /
16-
new_window: true
17-
- name: Docs
18-
link: /
19-
new_window: true
20-
- name: Status
21-
link: /
22-
new_window: true
23-
- links:
24-
- name: Facebook
25-
link: https://facebook.com/cloudcannon/
26-
new_window: true
27-
social_icon: Facebook
28-
- name: Twitter
29-
link: https://twitter.com/cloudcannon/
30-
social_icon: Twitter
31-
new_window: true
32-
- name: YouTube
33-
link: https://youtube.com/cloudcannon/
34-
social_icon: YouTube
2+
- name: GitHub
3+
link: https://github.com/CESNET/ipfixprobe
354
new_window: true
36-
- name: RSS
37-
link: /feed.xml
38-
social_icon: RSS
39-
new_window: false
5+
social_icon: GitHub

_developer/BSTATS.md

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
---
2+
title: BSTATS
3+
description: List of fields exported together with basic flow fields on the interface by BSTATS plugin. The plugin is compiled to export the first BSTATS_MAXELENCOUNT (15 by default) burst in each direction. The bursts are computed separately for each direction. Burst is defined by MINIMAL_PACKETS_IN_BURST (3 by default) and by MAXIMAL_INTERPKT_TIME (1000 ms by default) between packets to be included in a burst. When the flow contains less then MINIMAL_PACKETS_IN_BURST packets, the fields are not exported to reduce output bandwidth.
4+
fields:
5+
-
6+
name: "SBI_BRST_PACKETS"
7+
type: "uint32*"
8+
ipfix: "0/291"
9+
value: " SRC->DST: Number of packets transmitted in ith burst"
10+
-
11+
name: "SBI_BRST_BYTES"
12+
type: "uint32*"
13+
ipfix: "0/291"
14+
value: " SRC->DST: Number of bytes transmitted in ith burst"
15+
-
16+
name: "SBI_BRST_TIME_START"
17+
type: "time*"
18+
ipfix: "0/291"
19+
value: " SRC->DST: Start time of the ith burst"
20+
-
21+
name: "SBI_BRST_TIME_STOP"
22+
type: "time*"
23+
ipfix: "0/291"
24+
value: " SRC->DST: End time of the ith burst"
25+
-
26+
name: "DBI_BRST_PACKETS"
27+
type: "uint32*"
28+
ipfix: "0/291"
29+
value: " DST->SRC: Number of packets transmitted in ith burst"
30+
-
31+
name: "DBI_BRST_BYTES"
32+
type: "uint32*"
33+
ipfix: "0/291"
34+
value: " DST->SRC: Number of bytes transmitted in ith burst"
35+
-
36+
name: "DBI_BRST_TIME_START"
37+
type: "time*"
38+
ipfix: "0/291"
39+
value: " DST->SRC: Start time of the ith burst"
40+
-
41+
name: "DBI_BRST_TIME_STOP"
42+
type: "time*"
43+
ipfix: "0/291"
44+
value: " DST->SRC: End time of the ith burst"
45+
---

_developer/DNS-SD.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
title: DNS-SD
3+
description: List of unirec fields exported together with basic flow fields on interface by DNS-SD plugin.
4+
fields:
5+
-
6+
name: "DNSSD_QUERIES"
7+
type: "string"
8+
ipfix: "8057/826"
9+
value: " list of queries for services"
10+
-
11+
name: "DNSSD_RESPONSES"
12+
type: "string"
13+
ipfix: "8057/827"
14+
value: " list of advertised services"
15+
---

_developer/DNS.md

Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
---
2+
title: DNS
3+
description: List of unirec fields exported together with basic flow fields on interface by DNS plugin.
4+
fields:
5+
-
6+
name: "DNS_ID"
7+
type: "uint16"
8+
ipfix: "8057/10"
9+
value: "transaction ID"
10+
-
11+
name: "DNS_ANSWERS"
12+
type: "uint16"
13+
ipfix: "8057/14"
14+
value: "number of DNS answer records"
15+
-
16+
name: "DNS_RCODE"
17+
type: "uint8"
18+
ipfix: "8057/1"
19+
value: "response code field"
20+
-
21+
name: "DNS_NAME"
22+
type: "string"
23+
ipfix: "8057/2"
24+
value: "question domain name"
25+
-
26+
name: "DNS_QTYPE"
27+
type: "uint16"
28+
ipfix: "8057/3"
29+
value: "question type field"
30+
-
31+
name: "DNS_CLASS"
32+
type: "uint16"
33+
ipfix: "8057/4"
34+
value: "class field of DNS question"
35+
-
36+
name: "DNS_RR_TTL"
37+
type: "uint32"
38+
ipfix: "8057/5"
39+
value: "resource record TTL field"
40+
-
41+
name: "DNS_RLENGTH"
42+
type: "uint16"
43+
ipfix: "8057/6"
44+
value: "length of DNS_RDATA"
45+
-
46+
ipfix: "8057/7"
47+
name: "DNS_RDATA"
48+
type: "bytes"
49+
value: "resource record specific data"
50+
-
51+
name: "DNS_PSIZE"
52+
type: "uint16"
53+
ipfix: "8057/8"
54+
value: "requestor's payload size"
55+
-
56+
name: "DNS_DO"
57+
type: "uint8"
58+
ipfix: "8057/9"
59+
value: "DNSSEC OK bit"
60+
---

_developer/Flow Hash.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
title: Flow Hash
3+
description: List of fields exported together with basic flow fields on interface by flow_hash plugin.
4+
fields:
5+
-
6+
name: "FLOW_ID"
7+
type: "uint64"
8+
ipfix: "0/148"
9+
value: " Hash of the flow - unique flow id"
10+
---

_developer/HTTP.md

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
---
2+
title: HTTP
3+
description: List of unirec fields exported together with basic flow fields on interface by HTTP plugin.
4+
fields:
5+
-
6+
name: "HTTP_DOMAIN"
7+
type: "string"
8+
ipfix: "39499/1"
9+
value: "HTTP request host"
10+
-
11+
name: "HTTP_URI"
12+
type: "string"
13+
ipfix: "39499/2"
14+
value: "HTTP request url"
15+
-
16+
name: "HTTP_USERAGENT"
17+
type: "string"
18+
ipfix: "39499/20"
19+
value: "HTTP request user agent"
20+
-
21+
name: "HTTP_REFERER"
22+
type: "string"
23+
ipfix: "39499/3"
24+
value: "HTTP request referer"
25+
-
26+
name: "HTTP_STATUS"
27+
type: "uint16"
28+
ipfix: "39499/12"
29+
value: "HTTP response code"
30+
-
31+
name: "HTTP_CONTENT_TYPE"
32+
type: "string"
33+
ipfix: "39499/10"
34+
value: "HTTP response content type"
35+
-
36+
name: "HTTP_METHOD"
37+
type: "string"
38+
ipfix: "39499/200"
39+
value: "HTTP request method"
40+
-
41+
name: "HTTP_SERVER"
42+
type: "string"
43+
ipfix: "39499/201"
44+
value: "HTTP response server"
45+
-
46+
name: "HTTP_SET_COOKIE_NAMES"
47+
type: "string"
48+
ipfix: "39499/202"
49+
value: "HTTP response all set-cookie names separated by a delimiter"
50+
---

0 commit comments

Comments
 (0)