Skip to content

Commit

Permalink
Fixed formatting
Browse files Browse the repository at this point in the history
Signed-off-by: Norman Jordan <[email protected]>
  • Loading branch information
normanj-bitquill committed Dec 2, 2024
1 parent 0b2e230 commit ede075c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/opensearch-geoip.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ The data is augmented by adding 3 fields.

1. Create a copy of the scala file `load_geoip_data.scala`
2. Edit the copy of the file `load_geoip_data.scala`
3. There are three variables that need to be updated.
There are three variables that need to be updated.
1. `FILE_PATH_TO_INPUT_CSV` - the full path to the CSV file to load
2. `FILE_PATH_TO_OUTPUT_CSV` - the full path of the CSV file to write the sanitized data to
3. `TABLE_NAME` - name of the index to create in OpenSearch. No table is created if this is null
Expand Down

0 comments on commit ede075c

Please sign in to comment.