Skip to content

Releases: Flared/splunk-integration

v1.0.0

14 Nov 22:36
Compare
Choose a tag to compare

What's Changed

  • generate-dependencies: bash in sane mode by @aviau in #2
  • Fixed the setup-local script to call the other using bash instead of shell by @TyMarc in #1
  • Requirements.txt, updated scripts and Added missing bin folder by @TyMarc in #4
  • Added FlareSDK and replaced current feed retrieval implementation with the SDK by @TyMarc in #5
  • Created vendor directory instead of symlinks to have same configuration between local and production by @TyMarc in #6
  • Introduces pipeline.yml Github actions pipeline by @markkasaboski in #3
  • Moved the scripting logic back into the Makefile and separated app venv from ci venv by @TyMarc in #8
  • Fixes ruff linting errors by @markkasaboski in #7
  • Moves package and publish script code into Makefile by @markkasaboski in #9
  • Created a two-step configuration wizard, modified navbar to change configuration by @TyMarc in #10
  • Fixes sourcetype to properly parse json data by @markkasaboski in #11
  • Fixes Splunkbase validation errors by @markkasaboski in #12
  • Fixes Splunkbase validation errors by @markkasaboski in #13
  • Adds Apache-2.0 license file by @markkasaboski in #15
  • Remodeled application architecture to use webpack to give ability to code in typescript and JSX React by @TyMarc in #14
  • flare.py: add missing typing + splunk useragent by @aviau in #16
  • Adds release notes file by @markkasaboski in #17
  • Event ingestion flow by @TyMarc in #18
  • Created logger and constants file to avoid duplicating the APP_NAME variable everywhere by @TyMarc in #19
  • Early exit condition was reversed + added debug logs by @TyMarc in #20
  • Introduces tests for cron_job_ingest_events.py plus refactoring for e… by @markkasaboski in #21
  • Moved back the python files in their bin/ folder as Splunk intended by @TyMarc in #23
  • React configuration screen based on mockups by @TyMarc in #22
  • Docs: README by @oksanaphmn in #24
  • Refactored some of the python architecture by @TyMarc in #25
  • Switched to v4 feed fetching and toggle for metadata only by @TyMarc in #26
  • Created Flare_json sourcetype to remove truncation of data by @TyMarc in #27
  • Return a better error message when api key is empty by @TyMarc in #29
  • Use rem and apply proper size instead of scaling the view itself by @TyMarc in #30
  • Yield events from the feed individually by @TyMarc in #28
  • Removed home, added documentation option, view flare data now pre-search the data, source name is now lowercase 'flare', added experimental text by @TyMarc in #31
  • Creates the flare index by @markkasaboski in #32
  • Updates Makefile publish target with Splunk AppID by @markkasaboski in #34
  • Switch the filter to retrieve the feed to 'materialized_at' by @TyMarc in #33
  • Removes all license files by @markkasaboski in #36
  • Adds installation instructions to README by @markkasaboski in #37
  • Created the status page, showing basic information of when was the last time the events were ingested by @TyMarc in #35
  • Adds flare index to inputs.conf by @markkasaboski in #38
  • Fixes bug in search where index is default instead of main by @markkasaboski in #39
  • Showing the application version in the status page by @TyMarc in #42
  • Bumps version from v0.1.0 to v1.0.0 by @markkasaboski in #41

New Contributors

Full Changelog: https://github.com/Flared/splunk-integration/commits/v1.0.0