Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
17bf8c1
Update README.md
GinnyGalicia Mar 10, 2022
0b2fc35
Bump github.com/stretchr/testify from 1.7.0 to 1.7.1
dependabot[bot] Mar 30, 2022
cd6e46d
Markdown tidy up of readme file
GinnyGalicia Apr 4, 2022
e9aad4e
Update readme
GinnyGalicia Apr 5, 2022
07f3de3
update to reset main
GinnyGalicia Apr 5, 2022
fb2f512
reset to main build
GinnyGalicia Apr 5, 2022
fc18bec
Bump github.com/elastic/package-registry from 1.7.0 to 1.8.0
dependabot[bot] Apr 5, 2022
b44de61
update readme
GinnyGalicia Apr 5, 2022
cb23032
Update changelog and run build
GinnyGalicia Apr 5, 2022
f7759ab
Merge pull request #6 from GinnyGalicia/dependabot/go_modules/github.…
GinnyGalicia Apr 6, 2022
f675166
Merge pull request #2 from GinnyGalicia/dependabot/go_modules/github.…
GinnyGalicia Apr 6, 2022
52b1559
Bump github.com/magefile/mage from 1.11.0 to 1.13.0
dependabot[bot] Apr 6, 2022
101ca85
Merge pull request #3 from GinnyGalicia/dependabot/go_modules/github.…
GinnyGalicia Apr 6, 2022
0e2b24c
Bump github.com/elastic/elastic-package from 0.38.0 to 0.46.0
dependabot[bot] Apr 6, 2022
0490a16
Merge pull request #7 from GinnyGalicia/dependabot/go_modules/github.…
GinnyGalicia Apr 6, 2022
18608b9
Merge branch 'elastic:main' into main
GinnyGalicia Apr 7, 2022
5d0ab60
Merge branch 'main' into netscout
GinnyGalicia Apr 7, 2022
165b595
Update packages/netscout/changelog.yml
GinnyGalicia Apr 8, 2022
9d70483
Revert to original 1Password Readme
GinnyGalicia Apr 12, 2022
0d4c2bd
Update readme
ellis-elastic Aug 9, 2022
ef4cee4
Merge branch 'main' into netscout
GinnyGalicia Aug 9, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions packages/netscout/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "0.10.1"
changes:
- description: Tidy up of Markdown in Readme.md, including adding link to developer's documentation
type: enhancement
link: https://github.com/elastic/integrations/pull/3004
- version: "0.10.0"
changes:
- description: Update package to ECS 8.4.0
Expand Down
3 changes: 2 additions & 1 deletion packages/netscout/docs/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# Netscout integration

This integration is for Netscout device's logs. It includes the following
This integration is for [Netscout](https://www.netscout.com/product/arbor-sightline) device's logs. It includes the following
datasets for receiving logs over syslog or read from a file:

- `sightline` dataset: supports Arbor Peakflow SP logs.

### Sightline
Expand Down
2 changes: 1 addition & 1 deletion packages/netscout/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
format_version: 1.0.0
name: netscout
title: Arbor Peakflow SP Logs
version: "0.10.0"
version: "0.10.1"
description: Collect and parse logs from Netscout Arbor Peakflow SP with Elastic Agent.
categories: ["security"]
release: experimental
Expand Down