Translation components API.

See the Weblate's Web API documentation for detailed description of the API.

GET /api/translations/fedora-docs-l10n-fedora-system-administrat/f29pagesmonitoring-and-automationviewing_and_managing_log_files/fr/units/?format=api
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 693,
    "next": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-system-administrat/f29pagesmonitoring-and-automationviewing_and_managing_log_files/fr/units/?format=api&page=2",
    "previous": null,
    "results": [
        {
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-system-administrat/f29pagesmonitoring-and-automationviewing_and_managing_log_files/fr/?format=api",
            "source": [
                "Viewing and Managing Log Files"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -6353385049484605894,
            "content_hash": -6353385049484605894,
            "location": "pages/monitoring-and-automation/Viewing_and_Managing_Log_Files.adoc:5",
            "context": "",
            "note": "type: Title =",
            "flags": "no-wrap",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 1,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 5,
            "source_unit": "https://translate.fedoraproject.org/api/units/873881/?format=api",
            "priority": 100,
            "id": 9530354,
            "web_url": "https://translate.fedoraproject.org/translate/fedora-docs-l10n-fedora-system-administrat/f29pagesmonitoring-and-automationviewing_and_managing_log_files/fr/?checksum=27d43df58c31463a",
            "url": "https://translate.fedoraproject.org/api/units/9530354/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-02-04T18:10:29.215644Z"
        },
        {
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-system-administrat/f29pagesmonitoring-and-automationviewing_and_managing_log_files/fr/?format=api",
            "source": [
                "indexterm:[log files,System Log]indexterm:[log files,description] _Log files_ are files that contain messages about the system, including the kernel, services, and applications running on it. There are different log files for different information. For example, there is a default system log file, a log file just for security messages, and a log file for cron tasks."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 8795321227476144781,
            "content_hash": 8795321227476144781,
            "location": "pages/monitoring-and-automation/Viewing_and_Managing_Log_Files.adoc:8",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 2,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 54,
            "source_unit": "https://translate.fedoraproject.org/api/units/873887/?format=api",
            "priority": 100,
            "id": 9530355,
            "web_url": "https://translate.fedoraproject.org/translate/fedora-docs-l10n-fedora-system-administrat/f29pagesmonitoring-and-automationviewing_and_managing_log_files/fr/?checksum=fa0f420e892b128d",
            "url": "https://translate.fedoraproject.org/api/units/9530355/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-02-04T18:10:29.218775Z"
        },
        {
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-system-administrat/f29pagesmonitoring-and-automationviewing_and_managing_log_files/fr/?format=api",
            "source": [
                "Log files can be very useful when trying to troubleshoot a problem with the system such as trying to load a kernel driver or when looking for unauthorized login attempts to the system. This chapter discusses where to find log files, how to view log files, and what to look for in log files.  indexterm:[log files,rsyslogd daemon]indexterm:[rsyslog] Some log files are controlled by a daemon called `rsyslogd`. The `rsyslogd` daemon is an enhanced replacement for [application]*sysklogd*, and provides extended filtering, encryption protected relaying of messages, various configuration options, input and output modules, support for transportation via the `TCP` or `UDP` protocols. Note that [application]*rsyslog* is compatible with [application]*sysklogd*."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -2935474639622444984,
            "content_hash": -2935474639622444984,
            "location": "pages/monitoring-and-automation/Viewing_and_Managing_Log_Files.adoc:12",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 3,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 108,
            "source_unit": "https://translate.fedoraproject.org/api/units/873893/?format=api",
            "priority": 100,
            "id": 9530356,
            "web_url": "https://translate.fedoraproject.org/translate/fedora-docs-l10n-fedora-system-administrat/f29pagesmonitoring-and-automationviewing_and_managing_log_files/fr/?checksum=5743195e3a22e848",
            "url": "https://translate.fedoraproject.org/api/units/9530356/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-02-04T18:10:29.221752Z"
        },
        {
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-system-administrat/f29pagesmonitoring-and-automationviewing_and_managing_log_files/fr/?format=api",
            "source": [
                "Log files can also be managed by the `journald` daemon – a component of `systemd`. The `journald` daemon captures Syslog messages, kernel log messages, initial RAM disk and early boot messages as well as messages written to standard output and standard error output of all services, indexes them and makes this available to the user. The native journal file format, which is a structured and indexed binary file, improves searching and provides faster operation, and it also stores meta data information like time stamps or user IDs. Log files produced by `journald` are by default not persistent, log files are stored only in memory or a small ring-buffer in the `/run/log/journal/` directory. The amount of logged data depends on free memory, when you reach the capacity limit, the oldest entries are deleted. However, this setting can be altered – see xref:Viewing_and_Managing_Log_Files.adoc#s2-Enabling_Persistent_Storage[Enabling Persistent Storage]. For more information on Journal see xref:Viewing_and_Managing_Log_Files.adoc#s1-Using_the_Journal[Using the Journal]."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 7838134494222560623,
            "content_hash": 7838134494222560623,
            "location": "pages/monitoring-and-automation/Viewing_and_Managing_Log_Files.adoc:14",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 4,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 152,
            "source_unit": "https://translate.fedoraproject.org/api/units/873900/?format=api",
            "priority": 100,
            "id": 9530357,
            "web_url": "https://translate.fedoraproject.org/translate/fedora-docs-l10n-fedora-system-administrat/f29pagesmonitoring-and-automationviewing_and_managing_log_files/fr/?checksum=ecc6a5cb55df2d6f",
            "url": "https://translate.fedoraproject.org/api/units/9530357/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-02-04T18:10:29.224088Z"
        },
        {
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-system-administrat/f29pagesmonitoring-and-automationviewing_and_managing_log_files/fr/?format=api",
            "source": [
                "By default, only `journald` is installed on your system. You have to install rsyslog youself. Also do not forget to enable and start it after install before continuing with rest of this guide.  The `journald` daemon is the primary tool for troubleshooting. It also provides additional data necessary for creating structured log messages. Data acquired by `journald` is forwarded into the `/run/systemd/journal/syslog` socket that may be used by `rsyslogd` to process the data further. However, [application]*rsyslog* does the actual integration by default via the `imjournal` input module, thus avoiding the aforementioned socket. You can also transfer data in the opposite direction, from `rsyslogd` to `journald` with use of `omjournal` module. See xref:Viewing_and_Managing_Log_Files.adoc#s1-interaction_of_rsyslog_and_journal[Interaction of Rsyslog and Journal] for further information. The integration enables maintaining text-based logs in a consistent format to ensure compatibility with possible applications or configurations dependent on `rsyslogd`. Also, you can maintain rsyslog messages in a structured format (see xref:Viewing_and_Managing_Log_Files.adoc#s1-structured_logging_with_rsyslog[Structured Logging with Rsyslog])."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -5680163565803879058,
            "content_hash": -5680163565803879058,
            "location": "pages/monitoring-and-automation/Viewing_and_Managing_Log_Files.adoc:16",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 5,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 155,
            "source_unit": "https://translate.fedoraproject.org/api/units/873906/?format=api",
            "priority": 100,
            "id": 9530358,
            "web_url": "https://translate.fedoraproject.org/translate/fedora-docs-l10n-fedora-system-administrat/f29pagesmonitoring-and-automationviewing_and_managing_log_files/fr/?checksum=312c0154ea24c56e",
            "url": "https://translate.fedoraproject.org/api/units/9530358/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-02-04T18:10:29.226480Z"
        },
        {
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-system-administrat/f29pagesmonitoring-and-automationviewing_and_managing_log_files/fr/?format=api",
            "source": [
                "Locating Log Files"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 4113404799380453701,
            "content_hash": 4113404799380453701,
            "location": "pages/monitoring-and-automation/Viewing_and_Managing_Log_Files.adoc:18",
            "context": "",
            "note": "type: Title ==",
            "flags": "no-wrap",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 6,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 3,
            "source_unit": "https://translate.fedoraproject.org/api/units/873912/?format=api",
            "priority": 100,
            "id": 9530359,
            "web_url": "https://translate.fedoraproject.org/translate/fedora-docs-l10n-fedora-system-administrat/f29pagesmonitoring-and-automationviewing_and_managing_log_files/fr/?checksum=b915bfdf0c757945",
            "url": "https://translate.fedoraproject.org/api/units/9530359/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-02-04T18:10:29.229443Z"
        },
        {
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-system-administrat/f29pagesmonitoring-and-automationviewing_and_managing_log_files/fr/?format=api",
            "source": [
                "indexterm:[log files,locating] A list of log files maintained by `rsyslogd` can be found in the `/etc/rsyslog.conf` configuration file. Most log files are located in the `/var/log/` directory. Some applications such as [command]#httpd# and [command]#samba# have a directory within `/var/log/` for their log files.  indexterm:[log files,rotating]indexterm:[logrotate] You may notice multiple files in the `/var/log/` directory with numbers after them (for example, `cron-20100906`). These numbers represent a time stamp that has been added to a rotated log file. Log files are rotated so their file sizes do not become too large. The `logrotate` package contains a cron task that automatically rotates log files according to the `/etc/logrotate.conf` configuration file and the configuration files in the `/etc/logrotate.d/` directory."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -8776225399571018546,
            "content_hash": -8776225399571018546,
            "location": "pages/monitoring-and-automation/Viewing_and_Managing_Log_Files.adoc:23",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 7,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 115,
            "source_unit": "https://translate.fedoraproject.org/api/units/873918/?format=api",
            "priority": 100,
            "id": 9530360,
            "web_url": "https://translate.fedoraproject.org/translate/fedora-docs-l10n-fedora-system-administrat/f29pagesmonitoring-and-automationviewing_and_managing_log_files/fr/?checksum=0634957f5dcf0cce",
            "url": "https://translate.fedoraproject.org/api/units/9530360/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-02-04T18:10:29.232156Z"
        },
        {
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-system-administrat/f29pagesmonitoring-and-automationviewing_and_managing_log_files/fr/?format=api",
            "source": [
                "Basic Configuration of Rsyslog"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 5574589206120504048,
            "content_hash": 5574589206120504048,
            "location": "pages/monitoring-and-automation/Viewing_and_Managing_Log_Files.adoc:25",
            "context": "",
            "note": "type: Title ==",
            "flags": "no-wrap",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 8,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 4,
            "source_unit": "https://translate.fedoraproject.org/api/units/873925/?format=api",
            "priority": 100,
            "id": 9530361,
            "web_url": "https://translate.fedoraproject.org/translate/fedora-docs-l10n-fedora-system-administrat/f29pagesmonitoring-and-automationviewing_and_managing_log_files/fr/?checksum=cd5ceb58f78a1af0",
            "url": "https://translate.fedoraproject.org/api/units/9530361/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-02-04T18:10:29.234894Z"
        },
        {
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-system-administrat/f29pagesmonitoring-and-automationviewing_and_managing_log_files/fr/?format=api",
            "source": [
                "indexterm:[rsyslog,configuration] The main configuration file for [application]*rsyslog* is `/etc/rsyslog.conf`. Here, you can specify _global directives_, _modules_, and _rules_ that consist of _filter_ and _action_ parts. Also, you can add comments in the form of text following a hash sign (`#`)."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 340156389634099935,
            "content_hash": 340156389634099935,
            "location": "pages/monitoring-and-automation/Viewing_and_Managing_Log_Files.adoc:28",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 9,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 40,
            "source_unit": "https://translate.fedoraproject.org/api/units/873931/?format=api",
            "priority": 100,
            "id": 9530362,
            "web_url": "https://translate.fedoraproject.org/translate/fedora-docs-l10n-fedora-system-administrat/f29pagesmonitoring-and-automationviewing_and_managing_log_files/fr/?checksum=84b87a6f24384adf",
            "url": "https://translate.fedoraproject.org/api/units/9530362/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-02-04T18:10:29.237667Z"
        },
        {
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-system-administrat/f29pagesmonitoring-and-automationviewing_and_managing_log_files/fr/?format=api",
            "source": [
                "Filters"
            ],
            "previous_source": "",
            "target": [
                "Filtres"
            ],
            "id_hash": 7294269816865057479,
            "content_hash": 7294269816865057479,
            "location": "pages/monitoring-and-automation/Viewing_and_Managing_Log_Files.adoc:30",
            "context": "",
            "note": "type: Title ===",
            "flags": "no-wrap",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 10,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 1,
            "source_unit": "https://translate.fedoraproject.org/api/units/873938/?format=api",
            "priority": 100,
            "id": 9530363,
            "web_url": "https://translate.fedoraproject.org/translate/fedora-docs-l10n-fedora-system-administrat/f29pagesmonitoring-and-automationviewing_and_managing_log_files/fr/?checksum=e53a73c072186ac7",
            "url": "https://translate.fedoraproject.org/api/units/9530363/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-02-04T18:10:29.240049Z"
        },
        {
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-system-administrat/f29pagesmonitoring-and-automationviewing_and_managing_log_files/fr/?format=api",
            "source": [
                "indexterm:[rsyslog,filters] A rule is specified by a *filter* part, which selects a subset of syslog messages, and an *action* part, which specifies what to do with the selected messages. To define a rule in your `/etc/rsyslog.conf` configuration file, define both, a filter and an action, on one line and separate them with one or more spaces or tabs."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -7525861926764962476,
            "content_hash": -7525861926764962476,
            "location": "pages/monitoring-and-automation/Viewing_and_Managing_Log_Files.adoc:33",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 11,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 58,
            "source_unit": "https://translate.fedoraproject.org/api/units/873943/?format=api",
            "priority": 100,
            "id": 9530364,
            "web_url": "https://translate.fedoraproject.org/translate/fedora-docs-l10n-fedora-system-administrat/f29pagesmonitoring-and-automationviewing_and_managing_log_files/fr/?checksum=178ec4738a899d54",
            "url": "https://translate.fedoraproject.org/api/units/9530364/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-02-04T18:10:29.243795Z"
        },
        {
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-system-administrat/f29pagesmonitoring-and-automationviewing_and_managing_log_files/fr/?format=api",
            "source": [
                "[application]*rsyslog* offers various ways to filter syslog messages according to selected properties. The available filtering methods can be divided into *Facility/Priority-based*, *Property-based*, and *Expression-based* filters."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 2929389404799693255,
            "content_hash": 2929389404799693255,
            "location": "pages/monitoring-and-automation/Viewing_and_Managing_Log_Files.adoc:35",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 12,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 25,
            "source_unit": "https://translate.fedoraproject.org/api/units/873948/?format=api",
            "priority": 100,
            "id": 9530365,
            "web_url": "https://translate.fedoraproject.org/translate/fedora-docs-l10n-fedora-system-administrat/f29pagesmonitoring-and-automationviewing_and_managing_log_files/fr/?checksum=a8a74824a1e0f1c7",
            "url": "https://translate.fedoraproject.org/api/units/9530365/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-02-04T18:10:29.251833Z"
        },
        {
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-system-administrat/f29pagesmonitoring-and-automationviewing_and_managing_log_files/fr/?format=api",
            "source": [
                "Facility/Priority-based filters"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -2389024753430806968,
            "content_hash": -2389024753430806968,
            "location": "pages/monitoring-and-automation/Viewing_and_Managing_Log_Files.adoc:36",
            "context": "",
            "note": "type: Labeled list",
            "flags": "no-wrap",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 13,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 2,
            "source_unit": "https://translate.fedoraproject.org/api/units/873954/?format=api",
            "priority": 100,
            "id": 9530366,
            "web_url": "https://translate.fedoraproject.org/translate/fedora-docs-l10n-fedora-system-administrat/f29pagesmonitoring-and-automationviewing_and_managing_log_files/fr/?checksum=5ed87aa4f4243e48",
            "url": "https://translate.fedoraproject.org/api/units/9530366/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-02-04T18:10:29.255776Z"
        },
        {
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-system-administrat/f29pagesmonitoring-and-automationviewing_and_managing_log_files/fr/?format=api",
            "source": [
                "The most used and well-known way to filter syslog messages is to use the facility/priority-based filters which filter syslog messages based on two conditions: _facility_ and _priority_ separated by a dot. To create a selector, use the following syntax:"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 7257510724492070710,
            "content_hash": 7257510724492070710,
            "location": "pages/monitoring-and-automation/Viewing_and_Managing_Log_Files.adoc:37",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 14,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 39,
            "source_unit": "https://translate.fedoraproject.org/api/units/873960/?format=api",
            "priority": 100,
            "id": 9530367,
            "web_url": "https://translate.fedoraproject.org/translate/fedora-docs-l10n-fedora-system-administrat/f29pagesmonitoring-and-automationviewing_and_managing_log_files/fr/?checksum=e4b7db8d4ef00f36",
            "url": "https://translate.fedoraproject.org/api/units/9530367/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-02-04T18:10:29.258671Z"
        },
        {
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-system-administrat/f29pagesmonitoring-and-automationviewing_and_managing_log_files/fr/?format=api",
            "source": [
                "_FACILITY_._PRIORITY_\n"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -3198597901279184039,
            "content_hash": -3198597901279184039,
            "location": "pages/monitoring-and-automation/Viewing_and_Managing_Log_Files.adoc:42",
            "context": "",
            "note": "type: delimited block -",
            "flags": "no-wrap",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 15,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 1,
            "source_unit": "https://translate.fedoraproject.org/api/units/873965/?format=api",
            "priority": 100,
            "id": 9530368,
            "web_url": "https://translate.fedoraproject.org/translate/fedora-docs-l10n-fedora-system-administrat/f29pagesmonitoring-and-automationviewing_and_managing_log_files/fr/?checksum=539c4c27daf1bb59",
            "url": "https://translate.fedoraproject.org/api/units/9530368/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-02-04T18:10:29.261578Z"
        },
        {
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-system-administrat/f29pagesmonitoring-and-automationviewing_and_managing_log_files/fr/?format=api",
            "source": [
                "where:"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -4717405890969447185,
            "content_hash": -4717405890969447185,
            "location": "pages/monitoring-and-automation/Viewing_and_Managing_Log_Files.adoc:46",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 16,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 1,
            "source_unit": "https://translate.fedoraproject.org/api/units/873972/?format=api",
            "priority": 100,
            "id": 9530369,
            "web_url": "https://translate.fedoraproject.org/translate/fedora-docs-l10n-fedora-system-administrat/f29pagesmonitoring-and-automationviewing_and_managing_log_files/fr/?checksum=3e886856076e54ef",
            "url": "https://translate.fedoraproject.org/api/units/9530369/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-02-04T18:10:29.264253Z"
        },
        {
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-system-administrat/f29pagesmonitoring-and-automationviewing_and_managing_log_files/fr/?format=api",
            "source": [
                "_FACILITY_ specifies the subsystem that produces a specific syslog message. For example, the [command]#mail# subsystem handles all mail-related syslog messages. _FACILITY_ can be represented by one of the following keywords (or by a numerical code): [command]#kern# (0), [command]#user# (1), [command]#mail# (2), [command]#daemon# (3), [command]#auth# (4), [command]#syslog# (5), [command]#lpr# (6), [command]#news# (7), [command]#uucp# (8), [command]#cron# (9), [command]#authpriv# (10), [command]#ftp# (11), [command]#ntp# (12), [command]#logaudit# (13), [command]#logalert# (14), [command]#clock# (15), and [command]#local0# through [command]#local7# (16 - 23)."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 4135697378852734727,
            "content_hash": 4135697378852734727,
            "location": "pages/monitoring-and-automation/Viewing_and_Managing_Log_Files.adoc:48",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 17,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 74,
            "source_unit": "https://translate.fedoraproject.org/api/units/873979/?format=api",
            "priority": 100,
            "id": 9530370,
            "web_url": "https://translate.fedoraproject.org/translate/fedora-docs-l10n-fedora-system-administrat/f29pagesmonitoring-and-automationviewing_and_managing_log_files/fr/?checksum=b964f2daad080707",
            "url": "https://translate.fedoraproject.org/api/units/9530370/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-02-04T18:10:29.267198Z"
        },
        {
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-system-administrat/f29pagesmonitoring-and-automationviewing_and_managing_log_files/fr/?format=api",
            "source": [
                "_PRIORITY_ specifies a priority of a syslog message. _PRIORITY_ can be represented by one of the following keywords (or by a number): [command]#debug# (7), [command]#info# (6), [command]#notice# (5), [command]#warning# (4), [command]#err# (3), [command]#crit# (2), [command]#alert# (1), and [command]#emerg# (0)."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -3436757483717016929,
            "content_hash": -3436757483717016929,
            "location": "pages/monitoring-and-automation/Viewing_and_Managing_Log_Files.adoc:50",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 18,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 39,
            "source_unit": "https://translate.fedoraproject.org/api/units/873986/?format=api",
            "priority": 100,
            "id": 9530371,
            "web_url": "https://translate.fedoraproject.org/translate/fedora-docs-l10n-fedora-system-administrat/f29pagesmonitoring-and-automationviewing_and_managing_log_files/fr/?checksum=504e2f46fbe1c29f",
            "url": "https://translate.fedoraproject.org/api/units/9530371/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-02-04T18:10:29.269966Z"
        },
        {
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-system-administrat/f29pagesmonitoring-and-automationviewing_and_managing_log_files/fr/?format=api",
            "source": [
                "The aforementioned syntax selects syslog messages with the defined or *higher* priority. By preceding any priority keyword with an equal sign (`=`), you specify that only syslog messages with the specified priority will be selected. All other priorities will be ignored. Conversely, preceding a priority keyword with an exclamation mark (`!`) selects all syslog messages except those with the defined priority."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -5694917794528663534,
            "content_hash": -5694917794528663534,
            "location": "pages/monitoring-and-automation/Viewing_and_Managing_Log_Files.adoc:52",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 19,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 61,
            "source_unit": "https://translate.fedoraproject.org/api/units/873992/?format=api",
            "priority": 100,
            "id": 9530372,
            "web_url": "https://translate.fedoraproject.org/translate/fedora-docs-l10n-fedora-system-administrat/f29pagesmonitoring-and-automationviewing_and_managing_log_files/fr/?checksum=30f7967058116812",
            "url": "https://translate.fedoraproject.org/api/units/9530372/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-02-04T18:10:29.273764Z"
        },
        {
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-system-administrat/f29pagesmonitoring-and-automationviewing_and_managing_log_files/fr/?format=api",
            "source": [
                "In addition to the keywords specified above, you may also use an asterisk (`*`) to define all facilities or priorities (depending on where you place the asterisk, before or after the comma). Specifying the priority keyword `none` serves for facilities with no given priorities. Both facility and priority conditions are case-insensitive."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 4633293341955690713,
            "content_hash": 4633293341955690713,
            "location": "pages/monitoring-and-automation/Viewing_and_Managing_Log_Files.adoc:54",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 20,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 51,
            "source_unit": "https://translate.fedoraproject.org/api/units/873998/?format=api",
            "priority": 100,
            "id": 9530373,
            "web_url": "https://translate.fedoraproject.org/translate/fedora-docs-l10n-fedora-system-administrat/f29pagesmonitoring-and-automationviewing_and_managing_log_files/fr/?checksum=c04cc3bf0b7390d9",
            "url": "https://translate.fedoraproject.org/api/units/9530373/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-02-04T18:10:29.277579Z"
        },
        {
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-system-administrat/f29pagesmonitoring-and-automationviewing_and_managing_log_files/fr/?format=api",
            "source": [
                "To define multiple facilities and priorities, separate them with a comma (`,`). To define multiple selectors on one line, separate them with a semi-colon (`;`). Note that each selector in the selector field is capable of overwriting the preceding ones, which can exclude some priorities from the pattern."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -8286348181731046227,
            "content_hash": -8286348181731046227,
            "location": "pages/monitoring-and-automation/Viewing_and_Managing_Log_Files.adoc:56",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 21,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 48,
            "source_unit": "https://translate.fedoraproject.org/api/units/874004/?format=api",
            "priority": 100,
            "id": 9530374,
            "web_url": "https://translate.fedoraproject.org/translate/fedora-docs-l10n-fedora-system-administrat/f29pagesmonitoring-and-automationviewing_and_managing_log_files/fr/?checksum=0d00fa3b4eb78cad",
            "url": "https://translate.fedoraproject.org/api/units/9530374/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-02-04T18:10:29.281488Z"
        },
        {
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-system-administrat/f29pagesmonitoring-and-automationviewing_and_managing_log_files/fr/?format=api",
            "source": [
                "Facility/Priority-based Filters"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -909212482253498100,
            "content_hash": -909212482253498100,
            "location": "pages/monitoring-and-automation/Viewing_and_Managing_Log_Files.adoc:58",
            "context": "",
            "note": "type: Block title",
            "flags": "no-wrap",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 22,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 2,
            "source_unit": "https://translate.fedoraproject.org/api/units/874010/?format=api",
            "priority": 100,
            "id": 9530375,
            "web_url": "https://translate.fedoraproject.org/translate/fedora-docs-l10n-fedora-system-administrat/f29pagesmonitoring-and-automationviewing_and_managing_log_files/fr/?checksum=7361d41089edd90c",
            "url": "https://translate.fedoraproject.org/api/units/9530375/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-02-04T18:10:29.285341Z"
        },
        {
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-system-administrat/f29pagesmonitoring-and-automationviewing_and_managing_log_files/fr/?format=api",
            "source": [
                "The following are a few examples of simple facility/priority-based filters that can be specified in `/etc/rsyslog.conf`. To select all kernel syslog messages with any priority, add the following text into the configuration file:"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -3257825695216459649,
            "content_hash": -3257825695216459649,
            "location": "pages/monitoring-and-automation/Viewing_and_Managing_Log_Files.adoc:62",
            "context": "",
            "note": "type: delimited block =",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 23,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 33,
            "source_unit": "https://translate.fedoraproject.org/api/units/874017/?format=api",
            "priority": 100,
            "id": 9530376,
            "web_url": "https://translate.fedoraproject.org/translate/fedora-docs-l10n-fedora-system-administrat/f29pagesmonitoring-and-automationviewing_and_managing_log_files/fr/?checksum=52c9e0ca787ba07f",
            "url": "https://translate.fedoraproject.org/api/units/9530376/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-02-04T18:10:29.289074Z"
        },
        {
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-system-administrat/f29pagesmonitoring-and-automationviewing_and_managing_log_files/fr/?format=api",
            "source": [
                "kern.*\n"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 5264400202635296916,
            "content_hash": 5264400202635296916,
            "location": "pages/monitoring-and-automation/Viewing_and_Managing_Log_Files.adoc:66",
            "context": "",
            "note": "type: delimited block -",
            "flags": "no-wrap",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 24,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 1,
            "source_unit": "https://translate.fedoraproject.org/api/units/874021/?format=api",
            "priority": 100,
            "id": 9530377,
            "web_url": "https://translate.fedoraproject.org/translate/fedora-docs-l10n-fedora-system-administrat/f29pagesmonitoring-and-automationviewing_and_managing_log_files/fr/?checksum=c90ee817a1924094",
            "url": "https://translate.fedoraproject.org/api/units/9530377/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-02-04T18:10:29.292284Z"
        },
        {
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-system-administrat/f29pagesmonitoring-and-automationviewing_and_managing_log_files/fr/?format=api",
            "source": [
                "To select all mail syslog messages with priority [command]#crit# and higher, use this form:"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -5918025265960419435,
            "content_hash": -5918025265960419435,
            "location": "pages/monitoring-and-automation/Viewing_and_Managing_Log_Files.adoc:70",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 25,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 14,
            "source_unit": "https://translate.fedoraproject.org/api/units/874026/?format=api",
            "priority": 100,
            "id": 9530378,
            "web_url": "https://translate.fedoraproject.org/translate/fedora-docs-l10n-fedora-system-administrat/f29pagesmonitoring-and-automationviewing_and_managing_log_files/fr/?checksum=2ddef3602aa47f95",
            "url": "https://translate.fedoraproject.org/api/units/9530378/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-02-04T18:10:29.295648Z"
        },
        {
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-system-administrat/f29pagesmonitoring-and-automationviewing_and_managing_log_files/fr/?format=api",
            "source": [
                "mail.crit\n"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 5868280293709008122,
            "content_hash": 5868280293709008122,
            "location": "pages/monitoring-and-automation/Viewing_and_Managing_Log_Files.adoc:75",
            "context": "",
            "note": "type: delimited block -",
            "flags": "no-wrap",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 26,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 1,
            "source_unit": "https://translate.fedoraproject.org/api/units/874032/?format=api",
            "priority": 100,
            "id": 9530379,
            "web_url": "https://translate.fedoraproject.org/translate/fedora-docs-l10n-fedora-system-administrat/f29pagesmonitoring-and-automationviewing_and_managing_log_files/fr/?checksum=d17051d5ecf34cfa",
            "url": "https://translate.fedoraproject.org/api/units/9530379/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-02-04T18:10:29.298987Z"
        },
        {
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-system-administrat/f29pagesmonitoring-and-automationviewing_and_managing_log_files/fr/?format=api",
            "source": [
                "To select all cron syslog messages except those with the [command]#info# or [command]#debug# priority, set the configuration in the following form:"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 2926829039891938925,
            "content_hash": 2926829039891938925,
            "location": "pages/monitoring-and-automation/Viewing_and_Managing_Log_Files.adoc:79",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 27,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 21,
            "source_unit": "https://translate.fedoraproject.org/api/units/874039/?format=api",
            "priority": 100,
            "id": 9530380,
            "web_url": "https://translate.fedoraproject.org/translate/fedora-docs-l10n-fedora-system-administrat/f29pagesmonitoring-and-automationviewing_and_managing_log_files/fr/?checksum=a89e2f81390e7e6d",
            "url": "https://translate.fedoraproject.org/api/units/9530380/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-02-04T18:10:29.302120Z"
        },
        {
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-system-administrat/f29pagesmonitoring-and-automationviewing_and_managing_log_files/fr/?format=api",
            "source": [
                "cron.!info,!debug\n"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -3452517868266118264,
            "content_hash": -3452517868266118264,
            "location": "pages/monitoring-and-automation/Viewing_and_Managing_Log_Files.adoc:84",
            "context": "",
            "note": "type: delimited block -",
            "flags": "no-wrap",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 28,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 1,
            "source_unit": "https://translate.fedoraproject.org/api/units/874044/?format=api",
            "priority": 100,
            "id": 9530381,
            "web_url": "https://translate.fedoraproject.org/translate/fedora-docs-l10n-fedora-system-administrat/f29pagesmonitoring-and-automationviewing_and_managing_log_files/fr/?checksum=5016314a814f2388",
            "url": "https://translate.fedoraproject.org/api/units/9530381/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-02-04T18:10:29.304681Z"
        },
        {
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-system-administrat/f29pagesmonitoring-and-automationviewing_and_managing_log_files/fr/?format=api",
            "source": [
                "Property-based filters"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 7938361146617074442,
            "content_hash": 7938361146617074442,
            "location": "pages/monitoring-and-automation/Viewing_and_Managing_Log_Files.adoc:89",
            "context": "",
            "note": "type: Labeled list",
            "flags": "no-wrap",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 29,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 2,
            "source_unit": "https://translate.fedoraproject.org/api/units/874049/?format=api",
            "priority": 100,
            "id": 9530382,
            "web_url": "https://translate.fedoraproject.org/translate/fedora-docs-l10n-fedora-system-administrat/f29pagesmonitoring-and-automationviewing_and_managing_log_files/fr/?checksum=ee2ab96752df930a",
            "url": "https://translate.fedoraproject.org/api/units/9530382/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-02-04T18:10:29.307317Z"
        },
        {
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-system-administrat/f29pagesmonitoring-and-automationviewing_and_managing_log_files/fr/?format=api",
            "source": [
                "Property-based filters let you filter syslog messages by any property, such as `timegenerated` or `syslogtag`. For more information on properties, see xref:Viewing_and_Managing_Log_Files.adoc#brid-properties[Properties]. You can compare each of the specified properties to a particular value using one of the compare-operations listed in xref:Viewing_and_Managing_Log_Files.adoc#table-compare-operations[Property-based compare-operations]. Both property names and compare operations are case-sensitive."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 3952197315050513245,
            "content_hash": 3952197315050513245,
            "location": "pages/monitoring-and-automation/Viewing_and_Managing_Log_Files.adoc:90",
            "context": "",
            "note": "type: delimited block =",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 30,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 51,
            "source_unit": "https://translate.fedoraproject.org/api/units/874054/?format=api",
            "priority": 100,
            "id": 9530383,
            "web_url": "https://translate.fedoraproject.org/translate/fedora-docs-l10n-fedora-system-administrat/f29pagesmonitoring-and-automationviewing_and_managing_log_files/fr/?checksum=b6d90684b5d6a35d",
            "url": "https://translate.fedoraproject.org/api/units/9530383/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-02-04T18:10:29.309618Z"
        },
        {
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-system-administrat/f29pagesmonitoring-and-automationviewing_and_managing_log_files/fr/?format=api",
            "source": [
                "Property-based filter must start with a colon (`:`). To define the filter, use the following syntax:"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 1589340539374186465,
            "content_hash": 1589340539374186465,
            "location": "pages/monitoring-and-automation/Viewing_and_Managing_Log_Files.adoc:92",
            "context": "",
            "note": "type: delimited block =",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 31,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 16,
            "source_unit": "https://translate.fedoraproject.org/api/units/874062/?format=api",
            "priority": 100,
            "id": 9530384,
            "web_url": "https://translate.fedoraproject.org/translate/fedora-docs-l10n-fedora-system-administrat/f29pagesmonitoring-and-automationviewing_and_managing_log_files/fr/?checksum=960e78ccc486afe1",
            "url": "https://translate.fedoraproject.org/api/units/9530384/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-02-04T18:10:29.312035Z"
        },
        {
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-system-administrat/f29pagesmonitoring-and-automationviewing_and_managing_log_files/fr/?format=api",
            "source": [
                ":pass:quotes[_PROPERTY_], [!]pass:quotes[_COMPARE_OPERATION_], \"pass:quotes[_STRING_]\"\n"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -6709594657592792566,
            "content_hash": -6709594657592792566,
            "location": "pages/monitoring-and-automation/Viewing_and_Managing_Log_Files.adoc:96",
            "context": "",
            "note": "type: delimited block -",
            "flags": "no-wrap",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 32,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 3,
            "source_unit": "https://translate.fedoraproject.org/api/units/874069/?format=api",
            "priority": 100,
            "id": 9530385,
            "web_url": "https://translate.fedoraproject.org/translate/fedora-docs-l10n-fedora-system-administrat/f29pagesmonitoring-and-automationviewing_and_managing_log_files/fr/?checksum=22e2bb353752aa0a",
            "url": "https://translate.fedoraproject.org/api/units/9530385/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-02-04T18:10:29.314186Z"
        },
        {
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-system-administrat/f29pagesmonitoring-and-automationviewing_and_managing_log_files/fr/?format=api",
            "source": [
                "The _PROPERTY_ attribute specifies the desired property."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -272445596182071557,
            "content_hash": -272445596182071557,
            "location": "pages/monitoring-and-automation/Viewing_and_Managing_Log_Files.adoc:101",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 34,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 7,
            "source_unit": "https://translate.fedoraproject.org/api/units/874075/?format=api",
            "priority": 100,
            "id": 9530386,
            "web_url": "https://translate.fedoraproject.org/translate/fedora-docs-l10n-fedora-system-administrat/f29pagesmonitoring-and-automationviewing_and_managing_log_files/fr/?checksum=7c38142c7af2b6fb",
            "url": "https://translate.fedoraproject.org/api/units/9530386/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-02-04T18:10:29.316404Z"
        },
        {
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-system-administrat/f29pagesmonitoring-and-automationviewing_and_managing_log_files/fr/?format=api",
            "source": [
                "The optional exclamation point (`!`) negates the output of the compare-operation. Other Boolean operators are currently not supported in property-based filters."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -4667719852820907066,
            "content_hash": -4667719852820907066,
            "location": "pages/monitoring-and-automation/Viewing_and_Managing_Log_Files.adoc:103",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 35,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 21,
            "source_unit": "https://translate.fedoraproject.org/api/units/874081/?format=api",
            "priority": 100,
            "id": 9530387,
            "web_url": "https://translate.fedoraproject.org/translate/fedora-docs-l10n-fedora-system-administrat/f29pagesmonitoring-and-automationviewing_and_managing_log_files/fr/?checksum=3f38ed8645923bc6",
            "url": "https://translate.fedoraproject.org/api/units/9530387/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-02-04T18:10:29.318639Z"
        },
        {
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-system-administrat/f29pagesmonitoring-and-automationviewing_and_managing_log_files/fr/?format=api",
            "source": [
                "The _COMPARE_OPERATION_ attribute specifies one of the compare-operations listed in xref:Viewing_and_Managing_Log_Files.adoc#table-compare-operations[Property-based compare-operations]."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -5082196806391044884,
            "content_hash": -5082196806391044884,
            "location": "pages/monitoring-and-automation/Viewing_and_Managing_Log_Files.adoc:105",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 36,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 12,
            "source_unit": "https://translate.fedoraproject.org/api/units/874087/?format=api",
            "priority": 100,
            "id": 9530388,
            "web_url": "https://translate.fedoraproject.org/translate/fedora-docs-l10n-fedora-system-administrat/f29pagesmonitoring-and-automationviewing_and_managing_log_files/fr/?checksum=397868ee646fe4ec",
            "url": "https://translate.fedoraproject.org/api/units/9530388/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-02-04T18:10:29.320950Z"
        },
        {
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-system-administrat/f29pagesmonitoring-and-automationviewing_and_managing_log_files/fr/?format=api",
            "source": [
                "The _STRING_ attribute specifies the value that the text provided by the property is compared to. This value must be enclosed in quotation marks. To escape certain character inside the string (for example a quotation mark (`\"`)), use the backslash character (`\\`)."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 4108222880158067703,
            "content_hash": 4108222880158067703,
            "location": "pages/monitoring-and-automation/Viewing_and_Managing_Log_Files.adoc:107",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 37,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 42,
            "source_unit": "https://translate.fedoraproject.org/api/units/874091/?format=api",
            "priority": 100,
            "id": 9530389,
            "web_url": "https://translate.fedoraproject.org/translate/fedora-docs-l10n-fedora-system-administrat/f29pagesmonitoring-and-automationviewing_and_managing_log_files/fr/?checksum=b90356f175f42bf7",
            "url": "https://translate.fedoraproject.org/api/units/9530389/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-02-04T18:10:29.323143Z"
        },
        {
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-system-administrat/f29pagesmonitoring-and-automationviewing_and_managing_log_files/fr/?format=api",
            "source": [
                "Property-based compare-operations"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 4841040279952639842,
            "content_hash": 4841040279952639842,
            "location": "pages/monitoring-and-automation/Viewing_and_Managing_Log_Files.adoc:109",
            "context": "",
            "note": "type: Block title",
            "flags": "no-wrap",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 38,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 2,
            "source_unit": "https://translate.fedoraproject.org/api/units/874098/?format=api",
            "priority": 100,
            "id": 9530390,
            "web_url": "https://translate.fedoraproject.org/translate/fedora-docs-l10n-fedora-system-administrat/f29pagesmonitoring-and-automationviewing_and_managing_log_files/fr/?checksum=c32ed47c55ef4762",
            "url": "https://translate.fedoraproject.org/api/units/9530390/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-02-04T18:10:29.325370Z"
        },
        {
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-system-administrat/f29pagesmonitoring-and-automationviewing_and_managing_log_files/fr/?format=api",
            "source": [
                "|Compare-operation|Description\n|`contains`|Checks whether the provided string matches any part of the text provided by the property. To perform case-insensitive comparisons, use `contains_i`.\n|`isequal`|Compares the provided string against all of the text provided by the property. These two values must be exactly equal to match.\n|`startswith`|Checks whether the provided string is found exactly at the beginning of the text provided by the property. To perform case-insensitive comparisons, use `startswith_i`.\n|`regex`|Compares the provided POSIX BRE (Basic Regular Expression) against the text provided by the property.\n|`ereregex`|Compares the provided POSIX ERE (Extended Regular Expression) regular expression against the text provided by the property.\n|`isempty`|Checks if the property is empty. The value is discarded. This is especially useful when working with normalized data, where some fields may be populated based on normalization result.\n"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -4484898404190511450,
            "content_hash": -4484898404190511450,
            "location": "pages/monitoring-and-automation/Viewing_and_Managing_Log_Files.adoc:120",
            "context": "",
            "note": "type: Table",
            "flags": "no-wrap",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 39,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 129,
            "source_unit": "https://translate.fedoraproject.org/api/units/874104/?format=api",
            "priority": 100,
            "id": 9530391,
            "web_url": "https://translate.fedoraproject.org/translate/fedora-docs-l10n-fedora-system-administrat/f29pagesmonitoring-and-automationviewing_and_managing_log_files/fr/?checksum=41c270a9d4821ea6",
            "url": "https://translate.fedoraproject.org/api/units/9530391/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-02-04T18:10:29.327667Z"
        },
        {
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-system-administrat/f29pagesmonitoring-and-automationviewing_and_managing_log_files/fr/?format=api",
            "source": [
                "Property-based Filters"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -8460846956467513752,
            "content_hash": -8460846956467513752,
            "location": "pages/monitoring-and-automation/Viewing_and_Managing_Log_Files.adoc:123",
            "context": "",
            "note": "type: Block title",
            "flags": "no-wrap",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 40,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 2,
            "source_unit": "https://translate.fedoraproject.org/api/units/874109/?format=api",
            "priority": 100,
            "id": 9530392,
            "web_url": "https://translate.fedoraproject.org/translate/fedora-docs-l10n-fedora-system-administrat/f29pagesmonitoring-and-automationviewing_and_managing_log_files/fr/?checksum=0a95088544cf1668",
            "url": "https://translate.fedoraproject.org/api/units/9530392/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-02-04T18:10:29.333254Z"
        },
        {
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-system-administrat/f29pagesmonitoring-and-automationviewing_and_managing_log_files/fr/?format=api",
            "source": [
                "The following are a few examples of property-based filters that can be specified in `/etc/rsyslog.conf`. To select syslog messages which contain the string `error` in their message text, use:"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -6940118068188750280,
            "content_hash": -6940118068188750280,
            "location": "pages/monitoring-and-automation/Viewing_and_Managing_Log_Files.adoc:127",
            "context": "",
            "note": "type: delimited block =",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 41,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 29,
            "source_unit": "https://translate.fedoraproject.org/api/units/874117/?format=api",
            "priority": 100,
            "id": 9530393,
            "web_url": "https://translate.fedoraproject.org/translate/fedora-docs-l10n-fedora-system-administrat/f29pagesmonitoring-and-automationviewing_and_managing_log_files/fr/?checksum=1fafbf632656de38",
            "url": "https://translate.fedoraproject.org/api/units/9530393/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-02-04T18:10:29.336960Z"
        },
        {
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-system-administrat/f29pagesmonitoring-and-automationviewing_and_managing_log_files/fr/?format=api",
            "source": [
                ":msg, contains, \"error\"\n"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -1891345830894329197,
            "content_hash": -1891345830894329197,
            "location": "pages/monitoring-and-automation/Viewing_and_Managing_Log_Files.adoc:131",
            "context": "",
            "note": "type: delimited block -",
            "flags": "no-wrap",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 42,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 3,
            "source_unit": "https://translate.fedoraproject.org/api/units/874123/?format=api",
            "priority": 100,
            "id": 9530394,
            "web_url": "https://translate.fedoraproject.org/translate/fedora-docs-l10n-fedora-system-administrat/f29pagesmonitoring-and-automationviewing_and_managing_log_files/fr/?checksum=65c096fcd220a293",
            "url": "https://translate.fedoraproject.org/api/units/9530394/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-02-04T18:10:29.339989Z"
        },
        {
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-system-administrat/f29pagesmonitoring-and-automationviewing_and_managing_log_files/fr/?format=api",
            "source": [
                "The following filter selects syslog messages received from the host name `host1`:"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 6694280010920871925,
            "content_hash": 6694280010920871925,
            "location": "pages/monitoring-and-automation/Viewing_and_Managing_Log_Files.adoc:134",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 43,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 12,
            "source_unit": "https://translate.fedoraproject.org/api/units/874130/?format=api",
            "priority": 100,
            "id": 9530395,
            "web_url": "https://translate.fedoraproject.org/translate/fedora-docs-l10n-fedora-system-administrat/f29pagesmonitoring-and-automationviewing_and_managing_log_files/fr/?checksum=dce6dc33bdefc7f5",
            "url": "https://translate.fedoraproject.org/api/units/9530395/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-02-04T18:10:29.342580Z"
        },
        {
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-system-administrat/f29pagesmonitoring-and-automationviewing_and_managing_log_files/fr/?format=api",
            "source": [
                ":hostname, isequal, \"host1\"\n"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 5867110695213163989,
            "content_hash": 5867110695213163989,
            "location": "pages/monitoring-and-automation/Viewing_and_Managing_Log_Files.adoc:138",
            "context": "",
            "note": "type: delimited block -",
            "flags": "no-wrap",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 44,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 3,
            "source_unit": "https://translate.fedoraproject.org/api/units/874136/?format=api",
            "priority": 100,
            "id": 9530396,
            "web_url": "https://translate.fedoraproject.org/translate/fedora-docs-l10n-fedora-system-administrat/f29pagesmonitoring-and-automationviewing_and_managing_log_files/fr/?checksum=d16c2a178e1365d5",
            "url": "https://translate.fedoraproject.org/api/units/9530396/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-02-04T18:10:29.345137Z"
        },
        {
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-system-administrat/f29pagesmonitoring-and-automationviewing_and_managing_log_files/fr/?format=api",
            "source": [
                "To select syslog messages which do not contain any mention of the words `fatal` and `error` with any or no text between them (for example, `fatal lib error`), type:"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 8158016066938099864,
            "content_hash": 8158016066938099864,
            "location": "pages/monitoring-and-automation/Viewing_and_Managing_Log_Files.adoc:141",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 45,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 29,
            "source_unit": "https://translate.fedoraproject.org/api/units/874143/?format=api",
            "priority": 100,
            "id": 9530397,
            "web_url": "https://translate.fedoraproject.org/translate/fedora-docs-l10n-fedora-system-administrat/f29pagesmonitoring-and-automationviewing_and_managing_log_files/fr/?checksum=f1371863cdc65898",
            "url": "https://translate.fedoraproject.org/api/units/9530397/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-02-04T18:10:29.347610Z"
        },
        {
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-system-administrat/f29pagesmonitoring-and-automationviewing_and_managing_log_files/fr/?format=api",
            "source": [
                ":msg, !regex, \"fatal .* error\"\n"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -5933935525530052687,
            "content_hash": -5933935525530052687,
            "location": "pages/monitoring-and-automation/Viewing_and_Managing_Log_Files.adoc:144",
            "context": "",
            "note": "type: delimited block -",
            "flags": "no-wrap",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 46,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 5,
            "source_unit": "https://translate.fedoraproject.org/api/units/874148/?format=api",
            "priority": 100,
            "id": 9530398,
            "web_url": "https://translate.fedoraproject.org/translate/fedora-docs-l10n-fedora-system-administrat/f29pagesmonitoring-and-automationviewing_and_managing_log_files/fr/?checksum=2da66d1430b5d7b1",
            "url": "https://translate.fedoraproject.org/api/units/9530398/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-02-04T18:10:29.349974Z"
        },
        {
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-system-administrat/f29pagesmonitoring-and-automationviewing_and_managing_log_files/fr/?format=api",
            "source": [
                "Expression-based filters"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 2461722763687620208,
            "content_hash": 2461722763687620208,
            "location": "pages/monitoring-and-automation/Viewing_and_Managing_Log_Files.adoc:148",
            "context": "",
            "note": "type: Labeled list",
            "flags": "no-wrap",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 47,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 2,
            "source_unit": "https://translate.fedoraproject.org/api/units/874154/?format=api",
            "priority": 100,
            "id": 9530399,
            "web_url": "https://translate.fedoraproject.org/translate/fedora-docs-l10n-fedora-system-administrat/f29pagesmonitoring-and-automationviewing_and_managing_log_files/fr/?checksum=a229cbcf9117ee70",
            "url": "https://translate.fedoraproject.org/api/units/9530399/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-02-04T18:10:29.352232Z"
        },
        {
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-system-administrat/f29pagesmonitoring-and-automationviewing_and_managing_log_files/fr/?format=api",
            "source": [
                "Expression-based filters select syslog messages according to defined arithmetic, Boolean or string operations. Expression-based filters use [application]*rsyslog*pass:attributes[{blank}]'s own scripting language called *RainerScript* to build complex filters."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -1625391114130318942,
            "content_hash": -1625391114130318942,
            "location": "pages/monitoring-and-automation/Viewing_and_Managing_Log_Files.adoc:149",
            "context": "",
            "note": "type: delimited block =",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 48,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 26,
            "source_unit": "https://translate.fedoraproject.org/api/units/874159/?format=api",
            "priority": 100,
            "id": 9530400,
            "web_url": "https://translate.fedoraproject.org/translate/fedora-docs-l10n-fedora-system-administrat/f29pagesmonitoring-and-automationviewing_and_managing_log_files/fr/?checksum=69717364b52f99a2",
            "url": "https://translate.fedoraproject.org/api/units/9530400/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-02-04T18:10:29.354342Z"
        },
        {
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-system-administrat/f29pagesmonitoring-and-automationviewing_and_managing_log_files/fr/?format=api",
            "source": [
                "The basic syntax of expression-based filter looks as follows:"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -1413627346274576481,
            "content_hash": -1413627346274576481,
            "location": "pages/monitoring-and-automation/Viewing_and_Managing_Log_Files.adoc:151",
            "context": "",
            "note": "type: delimited block =",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 49,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 9,
            "source_unit": "https://translate.fedoraproject.org/api/units/874165/?format=api",
            "priority": 100,
            "id": 9530401,
            "web_url": "https://translate.fedoraproject.org/translate/fedora-docs-l10n-fedora-system-administrat/f29pagesmonitoring-and-automationviewing_and_managing_log_files/fr/?checksum=6c61c96b1486979f",
            "url": "https://translate.fedoraproject.org/api/units/9530401/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-02-04T18:10:29.356557Z"
        },
        {
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-system-administrat/f29pagesmonitoring-and-automationviewing_and_managing_log_files/fr/?format=api",
            "source": [
                "if _EXPRESSION_ then _ACTION_ else _ACTION_\n"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 6797759018184867669,
            "content_hash": 6797759018184867669,
            "location": "pages/monitoring-and-automation/Viewing_and_Managing_Log_Files.adoc:156",
            "context": "",
            "note": "type: delimited block -",
            "flags": "no-wrap",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 50,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 6,
            "source_unit": "https://translate.fedoraproject.org/api/units/874170/?format=api",
            "priority": 100,
            "id": 9530402,
            "web_url": "https://translate.fedoraproject.org/translate/fedora-docs-l10n-fedora-system-administrat/f29pagesmonitoring-and-automationviewing_and_managing_log_files/fr/?checksum=de567dcf9b9dff55",
            "url": "https://translate.fedoraproject.org/api/units/9530402/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-02-04T18:10:29.358779Z"
        },
        {
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-system-administrat/f29pagesmonitoring-and-automationviewing_and_managing_log_files/fr/?format=api",
            "source": [
                "The _EXPRESSION_ attribute represents an expression to be evaluated, for example: `$msg startswith 'DEVNAME'` or `$syslogfacility-text == 'local0'`. You can specify more than one expression in a single filter by using `and` and `or` operators."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -3656778343859490108,
            "content_hash": -3656778343859490108,
            "location": "pages/monitoring-and-automation/Viewing_and_Managing_Log_Files.adoc:162",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 52,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 35,
            "source_unit": "https://translate.fedoraproject.org/api/units/874176/?format=api",
            "priority": 100,
            "id": 9530403,
            "web_url": "https://translate.fedoraproject.org/translate/fedora-docs-l10n-fedora-system-administrat/f29pagesmonitoring-and-automationviewing_and_managing_log_files/fr/?checksum=4d4083787fe9f2c4",
            "url": "https://translate.fedoraproject.org/api/units/9530403/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-02-04T18:10:29.360717Z"
        }
    ]
}