File tree Expand file tree Collapse file tree 3 files changed +19
-1
lines changed
data_stream/result/elasticsearch/ingest_pipeline Expand file tree Collapse file tree 3 files changed +19
-1
lines changed Original file line number Diff line number Diff line change 11# newer versions go on top
2+ - version : " 1.6.0"
3+ changes :
4+ - description : Fix osquery_manager data_stream values for 8.6.0 with ingest pipeline
5+ type : enhancement
6+ link : https://github.com/elastic/integrations/pull/4990
27- version : " 1.5.1"
38 changes :
49 - description : Update kibana constraint to ^8.6
Original file line number Diff line number Diff line change 1+ ---
2+ description : Pipeline for setting data_stream values
3+ processors :
4+ - set :
5+ field : data_stream.type
6+ value : " logs"
7+ ignore_empty_value : true
8+ override : true
9+ - set :
10+ field : data_stream.dataset
11+ value : " osquery_manager.result"
12+ ignore_empty_value : true
13+ override : true
Original file line number Diff line number Diff line change 11format_version : 1.0.0
22name : osquery_manager
33title : Osquery Manager
4- version : 1.5.1
4+ version : 1.6.0
55license : basic
66description : Deploy osquery with Elastic Agent, then run and schedule queries in Kibana
77type : integration
You can’t perform that action at this time.
0 commit comments