Skip to content

omerl13/yasu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

YASU - Yet Another Splunk UI

React UI for Splunk Enterprise

This app uses Create-React-App

How to Run

  • Prerequisited:
    • git clone the repository
    • Run yarn install
    • Copy config.example.js to ./src/config.js
    • In order to query splunk, a middle HTTP server is requires (serverUrl in config.js). The URL should point to an endpoint that recieve POST request with the parameter q (as the query) in the body. The endpoint should return search results as json.
  • Development mode:
    • Run yarn start
  • Production mode:
    • Run yarn build
    • Serve ./build folder

About

Yet Another Splunk UI

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published