pakquery

command module
v1.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 3, 2016 License: MIT Imports: 9 Imported by: 0

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

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
middleware/httprouterwrapper
Package middleware allows the use of http.HandlerFunc compatible funcs with julienschmidt/httprouter
Package middleware allows the use of http.HandlerFunc compatible funcs with julienschmidt/httprouter
shared

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL