Skip to content

Fixing typos #141

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

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
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: 2 additions & 2 deletions detect/v2/run_retrohunt_and_wait_test.py
Original file line number Diff line number Diff line change
@@ -134,7 +134,7 @@ def test_retrohunt_not_complete(self, mock_response, mock_session):
"0.0",
}

# We'll call run_retrohunt_and_wait with sleep_secounds=2,
# We'll call run_retrohunt_and_wait with sleep_seconds=2,
# timeout_minutes 0.05(=3sec). With this setup, we make 2 GetRetrohunt calls
# and exit the loop.
# Flow in the loop will be: sleep 2sec -> call GetRetrohunt ->
@@ -146,7 +146,7 @@ def test_retrohunt_not_complete(self, mock_response, mock_session):
running_rh3 = running_rh.copy()
running_rh3["progressPercentage"] = "20.0"

# Order of reponses
# Order of responses
# 1. RunRetrohunt
# 2. 1st call for GetRetrohunt
# 3. 2nd call for GetRetrohunt
2 changes: 1 addition & 1 deletion detect/v2/stream_detection_alerts.py
Original file line number Diff line number Diff line change
@@ -125,7 +125,7 @@ def parse_stream(
yield {
"error": {
"code": 500,
"status": "UNAVAILBLE",
"status": "UNAVAILABLE",
"message": "exception caught while reading stream response (your "
"streaming client should retry connection): {}".format(
repr(e)),
2 changes: 1 addition & 1 deletion ingestion/create_entities.py
Original file line number Diff line number Diff line change
@@ -14,7 +14,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
# TODO(b/193595445): Add documentation link for enetity format once it's done.
# TODO(b/193595445): Add documentation link for entity format once it's done.
r"""Executable and reusable sample for ingesting entities.

WARNING: This script makes use of the Ingestion API V2. V2 is currently only in
2 changes: 1 addition & 1 deletion ingestion/create_udm_events.py
Original file line number Diff line number Diff line change
@@ -32,7 +32,7 @@
./example_input/sample_udm_events.json for an example.

So, assuming you've created a credentials file at ~/.chronicle_credentials.json,
you can run this command using the sample imput like so:
you can run this command using the sample input like so:

$ create_udm_events --customer_id=<your customer UUID> \
--json_events_file=./example_input/sample_udm_events.json
2 changes: 1 addition & 1 deletion ingestion/create_unstructured_log_entries.py
Original file line number Diff line number Diff line change
@@ -26,7 +26,7 @@
log for the BIND_DNS log type.

So, assuming you're created a credentials file at ~/.chronicle_credentials.json,
you can run this command using the sample imput like so:
you can run this command using the sample input like so:

$ create_unstructured_log_entries --customer_id=<your customer UUID> \
--log_type=BIND_DNS \
2 changes: 1 addition & 1 deletion service_management/README.md
Original file line number Diff line number Diff line change
@@ -10,7 +10,7 @@ to authenticate a service account under your GCP organization.
### Environment Variables Setup

1. Go to the Google Cloud Console.
2. Activate Cloud Chell.
2. Activate Cloud Shell.
3. Set environment variables by running:
a. Set your organization name:
```