command
module
Version:
v1.0.0
Opens a new window with list of versions in this module.
Published: Mar 3, 2016
License: MIT
Opens a new window with license information.
Imports: 9
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
pakquery
Go web app for searching unified2 records indexed by Unifiedbeat into ElasticSearch.
Usage
cd $GOPATH
git clone https://github.com/cleesmith/pakquery
cd pakquery
go build
- or cross-compile for linux
env GOOS=linux GOARCH=amd64 go build
- if remote deploy:
- copy binary:
scp pakquery user@host:/home/user/folder
- copy css/js:
scp -r static user@host:/home/user/folder
- copy views:
scp -r views user@host:/home/user/folder
scp config.json user@host:/home/user/folder
- edit
config.json
- ./pakquery
- browse to
http://host:8080/
Features
- fast access to the unified2 records as indexed into Elasticsearch using Unifiedbeat
- Overview page with top counts linked to the matching records
- Records page
- search via URL or the simple form
- search queries are similar to Kibana's discover feature
- click a record to get the full details
Documentation
¶
There is no documentation for this package.
Source Files
¶
Directories
¶
|
|
|
|
|
|
|
Package middleware allows the use of http.HandlerFunc compatible funcs with julienschmidt/httprouter |
|
|
|
|
|
|
shared
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Click to show internal directories.
Click to hide internal directories.