Skip to content
This repository was archived by the owner on Dec 23, 2024. It is now read-only.

Commit 1f77505

Browse files
authored
Merge pull request #9 from k8sstormcenter/readme-paths
fix patternmatcher links in readme
2 parents e1d8590 + c4d005f commit 1f77505

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@ In the neo4j directory, the code to connect to a Kafka stream of Tetragon logs,
99
In the stix directory, attack trees in STIX format are collected as json files.
1010

1111

12-
The conversion from Tetragon logs to STIX and uploading those logs to a Neo4J is done by [patternmatcher](./neo4j/pattern_matcher), which can be built and run using the provided [Dockerfile](./neo4j/pattern_matcher/Dockerfile).
12+
The conversion from Tetragon logs to STIX and uploading those logs to a Neo4J is done by [patternmatcher](./pattern_matcher), which can be built and run using the provided [Dockerfile](./pattern_matcher/Dockerfile).
1313

1414
## Getting started
1515
To get started a running Neo4J instance is required, which will be used to upload the STIX logs to. Either run Neo4J directly on docker using the [docker compose](./neo4j/docker-compose.yaml) or deploy it to Kind / Kubernetes following this [setup](./neo4j/README.md).
1616

1717

18-
In order to load data, the patternmatcher package needs to be installed by following this [setup](./neo4j/pattern_matcher/README.md).
19-
Exported tetragon logs in json can be loaded using the local load [script](./neo4j/pattern_matcher/scripts/load_local.sh), which can be helpful when manually analyzing a single attack.
18+
In order to load data, the patternmatcher package needs to be installed by following this [setup](./pattern_matcher/README.md).
19+
Exported tetragon logs in json can be loaded using the local load [script](./pattern_matcher/scripts/load_local.sh), which can be helpful when manually analyzing a single attack.
2020

2121
For the automated loading, the Kafka stream of Tetragon logs has to be forwarded to the patternmatcher Docker image (by default patternmatcher consumes from port 9093).
2222
The patternmatcher uploads to Neo4J after transformation of the data (by default to port 7687).

0 commit comments

Comments
 (0)