Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[AWS] AWS Health metricbeat module #38370

Merged
merged 77 commits into from
Apr 16, 2024
Merged
Changes from 1 commit
Commits
Show all changes
77 commits
Select commit Hold shift + click to select a range
4c62bba
x-pack/filebeat/module/cisco: remove invalid values from ECS fields (…
agithomas May 16, 2022
3c39232
Merge branch 'elastic:main' into main
agithomas May 19, 2022
d1c97af
Merge branch 'elastic:main' into main
agithomas May 27, 2022
aa4f464
Merge branch 'elastic:main' into main
agithomas May 31, 2022
d9e070c
Merge branch 'elastic:main' into main
agithomas Jun 3, 2022
a089576
Merge branch 'elastic:main' into main
agithomas Jun 5, 2022
5173fda
Merge branch 'elastic:main' into main
agithomas Jun 6, 2022
f429eaf
Merge branch 'elastic:main' into main
agithomas Jul 1, 2022
4640072
Merge branch 'elastic:main' into main
agithomas Jul 6, 2022
c795711
Merge branch 'elastic:main' into main
agithomas Jul 7, 2022
ea7b9cf
Merge branch 'elastic:main' into main
agithomas Jul 11, 2022
746a767
Merge branch 'elastic:main' into main
agithomas Jul 12, 2022
f75a9ab
Merge branch 'elastic:main' into main
agithomas Jul 20, 2022
7723142
Merge branch 'elastic:main' into main
agithomas Sep 23, 2022
1bad1ac
Merge branch 'elastic:main' into main
agithomas Oct 20, 2022
be6298a
Merge branch 'elastic:main' into main
agithomas Oct 21, 2022
047a198
Merge branch 'elastic:main' into main
agithomas Nov 3, 2022
85a89d8
Merge branch 'elastic:main' into main
agithomas Nov 10, 2022
6655dda
Merge branch 'elastic:main' into main
agithomas Nov 15, 2022
3008720
Merge branch 'elastic:main' into main
agithomas Jan 10, 2023
056953d
Merge branch 'elastic:main' into main
agithomas Apr 10, 2023
2977358
Merge branch 'elastic:main' into main
agithomas Aug 3, 2023
16a1932
Merge branch 'elastic:main' into main
agithomas Aug 31, 2023
fc1ec54
Merge branch 'elastic:main' into main
agithomas Sep 14, 2023
74f0a89
Merge branch 'elastic:main' into main
agithomas Dec 7, 2023
3adc4e5
Merge branch 'elastic:main' into main
agithomas Dec 14, 2023
1cf3e15
Merge branch 'elastic:main' into main
agithomas Jan 22, 2024
bdd3e80
Merge branch 'elastic:main' into main
agithomas Feb 23, 2024
13242c3
Merge branch 'elastic:main' into main
agithomas Mar 6, 2024
9c58bf3
Merge branch 'elastic:main' into main
agithomas Mar 18, 2024
a4768ad
AWS Health Initial Commit
agithomas Mar 18, 2024
ac9a664
Updated doc files
agithomas Mar 18, 2024
7c09b9d
Applying Tidy
agithomas Mar 18, 2024
3c1d98c
Adding missing doc, go mod tidy changes
agithomas Mar 18, 2024
126798c
Merge branch 'elastic:main' into main
agithomas Mar 18, 2024
6e81f95
Merge branch 'main' of https://github.com/agithomas/beats into issue-…
agithomas Mar 18, 2024
c69550e
Updated NOTICE.TXT
agithomas Mar 18, 2024
a95f186
Addressed lint suggestions from golangci-lint
agithomas Mar 19, 2024
46d90e6
Applying concurrancy and sync fix
agithomas Mar 20, 2024
66cf47c
Converted Info log to debug log. Added unit test script. Added build …
agithomas Mar 20, 2024
51a0c3a
Added awshealth to aws.yml.disabled
agithomas Mar 21, 2024
8729967
Updating AWS meta config
agithomas Mar 21, 2024
29b5c44
Cleanup of Error Channel included
agithomas Mar 21, 2024
2dfbb42
Code lint applied with minor optimisations
agithomas Mar 22, 2024
62417b4
Fixed typo
agithomas Mar 22, 2024
970855d
Add kibana dashboard
agithomas Mar 24, 2024
7b74fc0
Removing dashboard files due to formatting error
agithomas Mar 24, 2024
1f3b1c3
Merge branch 'main' into issue-8907
agithomas Mar 25, 2024
d1196f9
Merge branch 'main' into issue-8907
shmsr Mar 25, 2024
15c9b4c
Added changelog entry
agithomas Mar 26, 2024
ad72e03
Merge branch 'issue-8907' of https://github.com/agithomas/beats into …
agithomas Mar 26, 2024
f25723b
Optimised function defs. Modified system test script using new functi…
agithomas Mar 26, 2024
e0f7857
Removed commented out code
agithomas Mar 26, 2024
5400565
Added inline comments
agithomas Mar 28, 2024
77c38bf
Added minor optimisations
agithomas Apr 1, 2024
901d666
Added minor code optimisation
agithomas Apr 3, 2024
e9fbddd
Updated field description and mappings
agithomas Apr 4, 2024
1b7f83e
Added minor code optimisations
agithomas Apr 9, 2024
f1203b5
Major code refactoring by using AWS Paginator. Removed Channels. Intr…
agithomas Apr 11, 2024
098bac2
Updated fields description, updated test script
agithomas Apr 11, 2024
e3c1153
Updated the field description
agithomas Apr 12, 2024
8eb5533
Updated the field description
agithomas Apr 12, 2024
91d5e4e
Merge branch 'main' into issue-8907
agithomas Apr 12, 2024
20e8f00
Updating fields_go
agithomas Apr 12, 2024
8476273
Removed extra spaces from field description
agithomas Apr 12, 2024
8056ac4
Test script updated. Linter fixes added
agithomas Apr 12, 2024
48958e9
Fixes test file lint issues
agithomas Apr 12, 2024
fc65685
Updated in-line commments
agithomas Apr 13, 2024
0768b17
Optimised by improving the readability
agithomas Apr 16, 2024
2986dd6
Updated the data.json based on new fields def
agithomas Apr 16, 2024
743b90e
Updated asciidoc
agithomas Apr 16, 2024
eb896c0
Minor correctionsadded
agithomas Apr 16, 2024
3dff958
Updated the data.json
agithomas Apr 16, 2024
b85e4b5
Merge branch 'main' into issue-8907
agithomas Apr 16, 2024
3f945bf
Merge branch 'main' into issue-8907
agithomas Apr 16, 2024
a7f5243
Merge branch 'main' into issue-8907
agithomas Apr 16, 2024
876d0bf
Merge branch 'main' into issue-8907
agithomas Apr 16, 2024
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
Prev Previous commit
Next Next commit
Add kibana dashboard
  • Loading branch information
agithomas committed Mar 24, 2024
commit 970855d12a1a47882c2d49ea8845031c62b99100
Loading
Loading