rhit
A nginx log explorer
File Explorer
Download Latest Version (.zip)- FUNDING.yml
- download-filter.png
- hits-or-bytes.png
- intro.png
- logo-rhit.png
- mixed-filter.png
- tables-choice.png
- args.rs
- help.rs
- mod.rs
- date_time_filter.rs
- method_filter.rs
- mod.rs
- status_filter.rs
- str_filter.rs
- time_filter.rs
- addr.rs
- methods.rs
- mod.rs
- paths.rs
- printer.rs
- referers.rs
- section.rs
- skin.rs
- status.rs
- summary.rs
- file_finder.rs
- file_reader.rs
- line_consumer.rs
- log_base.rs
- log_line.rs
- mod.rs
- ranger.rs
- csv.rs
- date.rs
- date_histogram.rs
- date_idx.rs
- date_time.rs
- error.rs
- fields.rs
- histo_line.rs
- json.rs
- key.rs
- leak.rs
- lib.rs
- line_group.rs
- main.rs
- method.rs
- output.rs
- raw.rs
- time.rs
- time_histogram.rs
- trend.rs
- trend_computer.rs
- access.log
- README.md
- site.css
- changes-path.png
- changes-ref.png
- ddoc-left-arrow.svg
- ddoc-right-arrow.svg
- ddoc-search.svg
- dystroy-rust-white.svg
- export-jq.png
- export-raw.png
- export-tables.png
- favicon.ico
- favicon.png
- fields-all-paths.png
- fields-date.png
- fields-ip.png
- fields-method.png
- fields-path.png
- fields-referer.png
- fields-status.png
- filter-date-no-year.png
- filter-date.png
- filter-path-ogh.png
- filter-referer.png
- github-mark.svg
- intro.png
- lines.png
- logo-rhit.png
- logo-rhit.svg
- referer-changes.png
- status-413.png
- two-keys.png
- whiskey.jpg
- community.md
- export.md
- index.md
- install.md
- README.md
- usage-changes.md
- usage-fields.md
- usage-filters.md
- usage-key.md
- usage-overview.md
- .gitignore
- ddoc.hjson
- README.md
- .gitignore
- bacon.toml
- Cargo.lock
- Cargo.toml
- CHANGELOG.md
- compile-all-targets.sh
- LICENSE
- README.md
- release.sh
- version.sh
# Installation Guide
1. Get the code
git clone https://github.com/Canop/rhit
Downloads the entire project code from GitHub to your computer.
cd rhit
Moves into the project folder you just downloaded.
2. Rust
Medium RecommendedPrerequisites
- Git Needed to download the project code from GitHub.
- Rust (rustup) Installing via rustup also installs cargo.
cargo build --release
Compiles the Rust project.
cargo run
Builds and then immediately runs the program.
If cargo build finishes without errors, it worked. The executable is created under target/.
// repository documentation
Was this content helpful?
(0 ratings)
