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

BREAKING CHANGE: Release V2.0.0 #105

Merged
merged 41 commits into from
Jul 18, 2024
Merged
Changes from 1 commit
Commits
Show all changes
41 commits
Select commit Hold shift + click to select a range
f1c0b63
docs: start drafting logging architecture
Jun 21, 2024
3dbd64b
docs: add apm config and example usage
Jun 21, 2024
f997393
docs: logging sequence diagram
Jun 21, 2024
75309e4
docs: reorder sequence diagram notes
Jun 21, 2024
bcecb59
docs: add log event sequence diagram
Jun 21, 2024
05e5c29
docs: add kibana apps
Jun 21, 2024
aa6848d
docs: link resources to go through before reading docs
Jun 26, 2024
83c15b3
docs: reference installation docs for external services
Jun 26, 2024
f5e65df
docs: update logging docs
Jul 1, 2024
7d1b9da
docs: fix intro
Jul 1, 2024
e42dad1
docs: add table of contents for logs
Jul 1, 2024
d31b4cf
docs: add missing images for elastic setup
Jul 1, 2024
ffb3274
docs: add missing images for logging data view
Jul 1, 2024
83135ea
docs: fix broken links in data view
Jul 1, 2024
44a60c1
docs: reference logging data view in user guide
Jul 1, 2024
3876898
Update env registry
Lenbkr Jul 3, 2024
c7a8e76
Merge pull request #84 from frmscoe/docs/logs
rtkay123 Jul 8, 2024
0444c53
docs: add list management research
Sandy-at-Tazama Jul 9, 2024
2ba1704
docs: updated images
Justus-at-Tazama Jul 10, 2024
2301f1c
docs: fixed grammar
Justus-at-Tazama Jul 10, 2024
0c8becf
docs: updated image
Justus-at-Tazama Jul 10, 2024
762b6fc
docs: add missing image
Justus-at-Tazama Jul 10, 2024
d24a61e
docs: updated broken link
Justus-at-Tazama Jul 10, 2024
032a4f7
Merge pull request #92 from frmscoe/config-db-rename
Justus-at-Tazama Jul 10, 2024
2288cc0
Merge pull request #95 from frmscoe/20240710-udpate-entity-resolution…
Sandy-at-Tazama Jul 10, 2024
4face21
docs: contribution guide update with style guide and coding practices
Sandy-at-Tazama Jul 11, 2024
727d6c3
Merge pull request #96 from frmscoe/240708-contribution-guide
Justus-at-Tazama Jul 11, 2024
0ca7b0a
docs: configuration managment update
Sandy-at-Tazama Jul 12, 2024
9afc2bd
docs: remove channel
Sandy-at-Tazama Jul 12, 2024
3f50192
Merge pull request #97 from frmscoe/240712-configuration-management
Justus-at-Tazama Jul 12, 2024
ef2644e
docs: update to remove channel
Sandy-at-Tazama Jul 12, 2024
dbfed8f
docs: update rule lifecycle -add image
Sandy-at-Tazama Jul 12, 2024
7823711
docs: update creating processors - link to config management
Sandy-at-Tazama Jul 12, 2024
01aadc7
Merge pull request #98 from frmscoe/240712-channel-changes
Justus-at-Tazama Jul 12, 2024
541b356
docs: update crsp to ed
Sandy-at-Tazama Jul 15, 2024
3265bbb
Merge pull request #101 from frmscoe/240715-full-service-crsp
Justus-at-Tazama Jul 15, 2024
a7b3be6
docs: remove duplidate contribution guide and replace with link
Sandy-at-Tazama Jul 15, 2024
59c60a3
docs: remove duplicate code of conduct and replace with link
Sandy-at-Tazama Jul 15, 2024
0399388
Merge pull request #102 from frmscoe/240715-contrib-guide-update
Justus-at-Tazama Jul 15, 2024
6021261
feat: Enhancement to the release workflow
vorsterk Jul 17, 2024
d843385
Merge pull request #104 from frmscoe/release
vorsterk Jul 17, 2024
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
Prev Previous commit
Next Next commit
docs: update crsp to ed
Sandy-at-Tazama committed Jul 15, 2024

Verified

This commit was signed with the committer’s verified signature.
tlambert03 Talley Lambert
commit 541b3564b42f392601b6ee8051af111584e0ac71
4 changes: 2 additions & 2 deletions Guides/full-service-full-stack-docker-tazama.md
Original file line number Diff line number Diff line change
@@ -102,7 +102,7 @@ GH_TOKEN=${GH_TOKEN}

# Branches
TMS_BRANCH=main
CRSP_BRANCH=main
ED_BRANCH=main
TP_BRANCH=main
TADP_BRANCH=main
RULE_901_BRANCH=main
@@ -241,7 +241,7 @@ cd Full-Stack-Docker-Tazama
Execute the following command to deploy the core processors:

```
docker compose up -d tms crsp tp tadp
docker compose up -d tms ed tp tadp
```

This command will install: