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

Elastic Processor to translate HostMetrics #31029

Closed
Closed
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
e3fca24
simple structure of elasticconnector with metric data stream configur…
tommyers-elastic Jan 12, 2024
d0772ec
add mappings for all hostmetrics scrapers
tommyers-elastic Jan 12, 2024
a725eb6
add cpu metrics transformer
tommyers-elastic Jan 15, 2024
adb2554
add remaining cpu metrics and tidy up datastream code
tommyers-elastic Jan 15, 2024
d12d06c
skeleton elastic processor
tommyers-elastic Jan 16, 2024
f8a2767
port datastream and hostmetrics processing from elasticonnector to el…
tommyers-elastic Jan 16, 2024
a1b9ca9
add datastream fields for logs
tommyers-elastic Jan 16, 2024
c73a2fe
add tranforms for 'system.memory.*' metrics
tommyers-elastic Jan 17, 2024
7d369e5
add hostmetrics transforms for 'load' scraper
tommyers-elastic Jan 18, 2024
aec755f
add helper function for adding metrics to ensure common attributes
tommyers-elastic Jan 23, 2024
fd5ee95
add config to disable system metrics processing
tommyers-elastic Jan 23, 2024
55b203c
fix package names and remove erroneous 'system.load.cores' metric
tommyers-elastic Jan 24, 2024
8c40a15
only set dataset on new elastic metrics to allow conditional routing
tommyers-elastic Jan 25, 2024
4f9f7a3
Process scrapper
ishleenk17 Feb 2, 2024
d67681e
update tommyers to ishleenk17
ishleenk17 Feb 2, 2024
449b6cb
mod change
ishleenk17 Feb 2, 2024
8edbe8e
Updated processor scrapper
ishleenk17 Feb 2, 2024
1d18877
Update system.process.memory.size metric
ishleenk17 Feb 3, 2024
6d9a005
Add the processes dataset
ishleenk17 Feb 5, 2024
fe8dcc2
Update dataset name and add a metric in process
ishleenk17 Feb 5, 2024
d84dd86
Update go.mod and go.sum
ishleenk17 Feb 5, 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
350 changes: 350 additions & 0 deletions cmd/configschema/go.sum

Large diffs are not rendered by default.

9 changes: 9 additions & 0 deletions cmd/githubgen/go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

44 changes: 44 additions & 0 deletions cmd/mdatagen/go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading