Skip to content

Commit

Permalink
create suspicious table
Browse files Browse the repository at this point in the history
  • Loading branch information
hdulay committed Jul 1, 2022
1 parent 7a45355 commit 87250cf
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pinot/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,14 @@ pinot.table: pinot.table.config
-controllerPort $(CONTROLLER_PORT) \
-exec

suspicious.pinot.table: pinot.table.config
pinot-admin AddTable \
-tableConfigFile tables/osquery-suspicious-table.json \
-schemaFile schemas/osquery-schema.json \
-controllerHost $(CONTROLLER_HOST) \
-controllerPort $(CONTROLLER_PORT) \
-exec

suspicious_osquery_cleansed:
@decodable stream create \
--name suspicious_osquery_cleansed \
Expand Down

0 comments on commit 87250cf

Please sign in to comment.