Releases: Flared/splunk-integration
Releases · Flared/splunk-integration
v1.2.0
What's Changed
- Moved the built flare folder to the root in an output folder to make the structure more readable by @TyMarc in #59
- Moved the business logic of the configuration steps in the specific steps by @TyMarc in #64
- Base for Typescript unit testing by @TyMarc in #65
- Severity filter by @TyMarc in #66
- Source types filter by @TyMarc in #67
- Added a loading animation when initializing the data of a configuration step by @TyMarc in #68
- Adding the ToastManager inside the main container to properly place the toasts and modified animation by @TyMarc in #70
- Make sure the Flare logo animation is centered + use same animation as website by @TyMarc in #72
- Proper color for dropdown caret in light mode + make count + caret clickable by @TyMarc in #71
- Refactors test_ingest_events.py removing Mocks by @markkasaboski in #69
- Change the option from 'Ingest metadata only' to 'Ingest full event data' and make it off by default by @TyMarc in #73
- Wrong filepath for packaged app by @TyMarc in #75
- Bumps version from v1.1.0 to v1.2.0 by @TyMarc in #77
Full Changelog: v1.1.0...v1.2.0
v1.1.0
What's Changed
- Fixes (fingers crossed) publish workflow by @markkasaboski in #44
- Creating flare index on first configuration and let user change their cron job index in the configuration screen by @TyMarc in #45
- Change the Search button in the navigation to search for Flare events by @TyMarc in #46
- Renamed the 'retrieve' terms in the app to 'fetch' for consistency by @TyMarc in #47
- Single react components package with multiple entry points instead of multiple packages for each components by @TyMarc in #48
- Version is now part of the list + separated normal from advanced items to keep the same order by @TyMarc in #49
- Force restart on installation by @TyMarc in #52
- Adds build attribute under install stanza by @markkasaboski in #53
- Removed the Experimental text by @TyMarc in #51
- Use the saved search for the button in completed + update the query when saving configuration by @TyMarc in #55
- Trigger the cron job right after the first configuration by @TyMarc in #54
- Make sure we update the last ingested tenant id when switching tenants by @TyMarc in #56
- Adds Splunk interfaces by @markkasaboski in #50
- Brought back normal search and added saved searches in a dropdown by @TyMarc in #58
- Bumps version from v1.0.0 to v1.1.0 by @markkasaboski in #60
- Revert "Bumps version from v1.0.0 to v1.1.0 (#60)" by @markkasaboski in #62
- Fixes Makefile package target to remove the pycache dirs by @markkasaboski in #61
- Revert "Revert "Bumps version from v1.0.0 to v1.1.0 (#60)" (#62)" by @markkasaboski in #63
Full Changelog: v1.0.0...v1.1.0
v1.0.0
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
- @aviau made their first contribution in #2
- @TyMarc made their first contribution in #1
- @markkasaboski made their first contribution in #3
- @oksanaphmn made their first contribution in #24
Full Changelog: https://github.com/Flared/splunk-integration/commits/v1.0.0