Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
46 commits
Select commit Hold shift + click to select a range
742d14c
Initial changes for converting the TPS AE to run in K8s
spisarski Jul 23, 2021
218cb69
added utilities and sudo password for debugging to custom siddhi runn…
spisarski Jul 28, 2021
bfb675c
housekeeping
spisarski Jul 28, 2021
532e990
changed siddhi-operator version from master to 0.2.2
spisarski Jul 28, 2021
40118d3
updated siddhi AE image
spisarski Jul 28, 2021
8cee323
Example K8s CRDs
spisarski Jul 30, 2021
460a943
improve minikube for siddhi
spisarski Jul 30, 2021
bf3cc2d
Able to detect attacks but drop packets are not getting to the AE
spisarski Aug 2, 2021
c6563c4
Added MD for running the Siddhi AE and renamed the snaps-hcp AE direc…
spisarski Aug 4, 2021
4fc4f3b
Added the top paragraph I totally spaced.
spisarski Aug 4, 2021
15e1897
Added short description of each top-level directory
spisarski Aug 4, 2021
1761fde
Added Randy's suggestion from the MR comment and clarified to the Jav…
spisarski Aug 4, 2021
01a4753
Merge pull request #409 from cablelabs/issue_408
RandyLevensalor Aug 4, 2021
d1b626b
Update SIDDHI_AE_SETUP.md
RandyLevensalor Aug 4, 2021
0aab0bc
Initial mass cleanup of old files that no longer work. See siddhi-ae …
spisarski Aug 6, 2021
36a546c
Few more files missed after the first pass
spisarski Aug 6, 2021
e7dba1d
pylint fix
spisarski Aug 6, 2021
866962a
Fixed tofino build by updating all apt packages and cache after env_b…
spisarski Aug 7, 2021
45113b8
Initial doc improvements
spisarski Aug 9, 2021
a3147a8
Playbooks necessary to setup Siddhi K8s AE VM image (not currently be…
spisarski Aug 9, 2021
1093a12
Sample TPS AE SiddhiProcess K8s CRDs
spisarski Aug 9, 2021
4e31abf
Added k8s instructions to siddhi AE setup instructions
spisarski Aug 9, 2021
48de3a5
Removed redundant example
spisarski Aug 9, 2021
618d18e
Added in networking config to the tofino-int.example.tfvars automatio…
spisarski Aug 9, 2021
a661bda
Changes per code review.
spisarski Aug 10, 2021
60a9646
Added some screenshots of the Siddhi scripts as rendered from WSO2 St…
spisarski Aug 11, 2021
d8403f8
Merge pull request #417 from cablelabs/issue_411_doc_improvements
spisarski Aug 18, 2021
adec172
Merge pull request #416 from cablelabs/issue_413_fix_env_build
spisarski Aug 18, 2021
1e3a3b5
Initial changes for converting the TPS AE to run in K8s
spisarski Jul 23, 2021
3108454
added utilities and sudo password for debugging to custom siddhi runn…
spisarski Jul 28, 2021
12831f7
housekeeping
spisarski Jul 28, 2021
e7ce39c
Example K8s CRDs
spisarski Jul 30, 2021
f081f98
Able to detect attacks but drop packets are not getting to the AE
spisarski Aug 2, 2021
a4b2e2d
Merge branch 'k8s-siddhi-operator-ae' of https://github.com/cablelabs…
spisarski Aug 18, 2021
28d40c2
Merge pull request #414 from cablelabs/issue_410_housekeeping
spisarski Aug 18, 2021
a2a072e
Fix merge issue & create new Siddhi image as upstream custom extensio…
spisarski Aug 18, 2021
aad9172
Initial changes for converting the TPS AE to run in K8s
spisarski Jul 23, 2021
fa44249
added utilities and sudo password for debugging to custom siddhi runn…
spisarski Jul 28, 2021
83a8387
housekeeping
spisarski Jul 28, 2021
0b97644
Example K8s CRDs
spisarski Jul 30, 2021
6d8c29e
Able to detect attacks but drop packets are not getting to the AE
spisarski Aug 2, 2021
d49bc9e
Initial changes for converting the TPS AE to run in K8s
spisarski Jul 23, 2021
f80d54f
Example K8s CRDs
spisarski Jul 30, 2021
a16f7f7
Able to detect attacks but drop packets are not getting to the AE
spisarski Aug 2, 2021
f4bc555
Fix merge issue & create new Siddhi image as upstream custom extensio…
spisarski Aug 18, 2021
fd1e3b8
Merge remote-tracking branch 'origin/k8s-siddhi-operator-ae' into k8s…
spisarski Aug 18, 2021
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
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,23 @@ We use an [Apache 2.0 License](LICENSE) for Transparent Security.

Questions? Just send us an email at
[transparent-security@cablelabs.com](mailto:transparent-security@cablelabs.com) or [open an issue](https://github.com/cablelabs/transparent-security/issues).

## The docs
These directories contain other documentation
- [Analytic Engine](./docs/ae) - [How to setup the AE](./docs/ae/SIDDHI_AE_SETUP.md)
- [kubernetes](./docs/ae/kubernetes) - directory containing sample CRDs to deploy the TPS AE on Kubernetes
- [Build automation AMIs](./docs/env_build) - [Creating the required EC2 Images](./docs/env_build/CREATE_AUTOMATION_IMAGES.md)
- [P4 INT](./docs/int_header) - [Description of the P4 INT header added to packets and associated Wireshark plugin](./docs/int_header/README.md)
- [Telemetry Report](./docs/telemetry_report) - [Description of the Telemetry Report UDP Packet](./docs/telemetry_report/telemetry_report.md)
- [Terraform Example Variable File](./docs/terraform) - Example "tfvars" files for configuring a Terraform run
- [P4 Automation](./docs/tofino) - [Instructions on how to execute the P4 automation scripts](./docs/tofino/RUN_CI_AUTOMATION.md)

## The directories
- [automation](automation) - contains Terraform scripts for CI and testing on AWS
- [bin](bin) - miscellaneous scripts mostly used by scripts in automation
- [conf](conf) - miscellaneous environment configurations
- [docs](docs) - miscellaneous MD files
- [p4](p4) - The P4 source code
- [playbooks](playbooks) - The Ansible Playbooks used by automation
- [tests](tests) - the Python unit test directory
- [trans_sec](trans_sec) - the project's top-level Python package
4 changes: 0 additions & 4 deletions analytics/OpenDistroElasticSearch/Readme.md

This file was deleted.

80 changes: 0 additions & 80 deletions analytics/OpenDistroElasticSearch/anomaly_detector_config.json

This file was deleted.

264 changes: 0 additions & 264 deletions analytics/OpenDistroElasticSearch/data_mapping.json

This file was deleted.

Loading