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

remove variable syntax from GET FROM #572

Merged
merged 2 commits into from
Jul 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
4 changes: 3 additions & 1 deletion mapping-examples/security-datasets/GoldenSAML/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ Tha dataset is in turn based on Microsoft's SimuLand Golden SAML Lab Guide (http

### Data Ingestion

TODO
```
kestrel-tool mkdb --db sqlite:///golden_saml.db --table WindowsEvents WindowsEvents.json
```

### Data Source Configuration

Expand Down
1 change: 0 additions & 1 deletion packages/kestrel_core/src/kestrel/frontend/kestrel.lark
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,6 @@ NUNIQUE: "NUNIQUE"i

datasource: DATASRC_SIMPLE
| DATASRC_ESCAPED
| VARIABLE

DATASRC_SIMPLE: PATH_SIMPLE ("," PATH_SIMPLE)*
DATASRC_ESCAPED: PATH_ESCAPED
Expand Down
Loading