Skip to content

Commit

Permalink
add
Browse files Browse the repository at this point in the history
  • Loading branch information
sharon-fdm committed Oct 23, 2023
1 parent 5271778 commit c9b4b0e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions orbit/pkg/table/extension.go
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@ func OrbitDefaultTables() []osquery.OsqueryPlugin {
dev_table_tooling.TablePlugin(kolideLogger),

dataflattentable.TablePlugin(kolideLogger, dataflattentable.JsonType), // table name is "kolide_json"
dataflattentable.TablePlugin(kolideLogger, dataflattentable.JsonlType), // table name is "kolide_jsonl"
dataflattentable.TablePlugin(kolideLogger, dataflattentable.XmlType), // table name is "kolide_xml"
dataflattentable.TablePlugin(kolideLogger, dataflattentable.IniType), // table name is "kolide_ini"
dataflattentable.TablePlugin(kolideLogger, dataflattentable.PlistType), // table name is "kolide_plist"
Expand Down

0 comments on commit c9b4b0e

Please sign in to comment.