Skip to content

Commit

Permalink
[doc] Update docs for file_format setting
Browse files Browse the repository at this point in the history
  • Loading branch information
Chunyong Lin committed Mar 25, 2020
1 parent 41badb6 commit d08bf77
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
14 changes: 14 additions & 0 deletions docs/source/getting-started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,20 @@ Deploy
python manage.py configure aws_account_id 111111111111 # Replace with your 12-digit AWS account ID
python manage.py configure prefix <value> # Choose a unique name prefix (alphanumeric characters only)
.. note::

* Update the ``file_format`` value in ``conf/lambda.json``, choose ``parquet`` or ``json``. We will set default value to ``parquet`` in the future release.

.. code-block:: bash
"athena_partition_refresh_config": {
"concurrency_limit": 10,
"file_format": "parquet",
"log_level": "info"
}
* For more information, please visit :ref:`historical_search` page for more information.

2. Build the StreamAlert infrastructure for the first time:

.. code-block:: bash
Expand Down
3 changes: 2 additions & 1 deletion docs/source/historical-search.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#################
.. _historical_search:

Historical Search
#################

Expand Down

0 comments on commit d08bf77

Please sign in to comment.