https://github.com/thalesmg/tora-rs
A poor clone of tora-hs (https://github.com/dgvncsz0f/tora/) written in Rust
https://github.com/thalesmg/tora-rs
elk-stack logging rust tail
Last synced: over 1 year ago
JSON representation
A poor clone of tora-hs (https://github.com/dgvncsz0f/tora/) written in Rust
- Host: GitHub
- URL: https://github.com/thalesmg/tora-rs
- Owner: thalesmg
- Archived: true
- Created: 2019-01-30T14:03:11.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-16T15:39:28.000Z (over 7 years ago)
- Last Synced: 2025-02-08T11:33:02.370Z (over 1 year ago)
- Topics: elk-stack, logging, rust, tail
- Language: Rust
- Size: 24.4 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tora-rs 
A poor clone of [tora-hs](https://github.com/dgvncsz0f/tora/) written in Rust as an exercise.
## Usage
```bash
$ cargo run -- -q "query" -i "index-name" [-c path/to/config]
```
## Configuration
The default configuration file is expected at `$HOME/.torars_rc` and should contain the following:
```json
{
"creds": {
"user": "USERNAME",
"password": "hunter2"
}
}
```