Skip to content

Commit 8f9883b

Browse files
kamil-certatsebix
andauthored
Apply suggestions from code review
Co-authored-by: Sebastian <[email protected]>
1 parent e60cf71 commit 8f9883b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/user/eventdb.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -116,14 +116,14 @@ As IntelMQ uses data based upon time, this design is awesome & will give you a p
116116
How to choose the time column?
117117
------------------------------
118118

119-
To utilize the time-series, you need to choose a column containing the right time. This is then
120-
used by you for manual queries and graphs, but also by the database itself for organizing the data.
119+
To utilize the time-series, choose a column containing the right time. This is then
120+
used by you for manual queries and graphs, and also by the database itself for organizing the data.
121121

122122
The :doc:`IntelMQ Data Format </dev/harmonization-fields>` has two fields that can be used for this:
123-
``time.source`` or ``time.observation``. Depending on your needs (tracking when event occurred or when
124-
was detected, if different) choose one of them.
123+
``time.source`` or ``time.observation``. Depending on your needs (tracking when the event occurred or when
124+
it was detected, if different), choose one of them.
125125

126-
You can use :ref:`intelmq_psql_initdb` tool to generate SQL schema valid for TimescaleDB by passing
126+
You can use the :ref:`intelmq_psql_initdb` tool to generate SQL schema valid for TimescaleDB by passing
127127
the partitioning key:
128128

129129
.. code-block:: bash
@@ -133,7 +133,7 @@ the partitioning key:
133133
How to setup?
134134
-------------
135135

136-
Thanks to TimescaleDB it's very easy to setup.
136+
Thanks to TimescaleDB, it's very easy to setup.
137137

138138
1. Choose your preferred `Timescale DB <https://docs.timescale.com/timescaledb/latest/how-to-guides/install-timescaledb/self-hosted/>`_ environment & follow the installation instructions.
139139
2. Now lets create a `hypertable <https://docs.timescale.com/api/latest/hypertable/create_hypertable/>`_, which is the timescale DB time-series structure. ``SELECT create_hypertable('', 'time.source');``.

0 commit comments

Comments
 (0)