This file is indexed.

/usr/share/doc/python-elasticsearch-curator-doc/html/_sources/filters.txt is in python-elasticsearch-curator-doc 3.4.1-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
.. _filters:

Filter Methods
==============

Sections

* `Regex`_
* `Date & Time`_
* `Disk Space`_

Regex
-----

build_filter
++++++++++++
.. automethod:: curator.api.build_filter

apply_filter
+++++++++++++
.. automethod:: curator.api.apply_filter

get_date_regex
++++++++++++++
.. automethod:: curator.api.get_date_regex


Date & Time
-----------

get_datetime
+++++++++++++
.. automethod:: curator.api.get_datetime

get_target_month
++++++++++++++++
.. automethod:: curator.api.get_target_month

get_cutoff
++++++++++
.. automethod:: curator.api.get_cutoff

timestamp_check
+++++++++++++++
.. automethod:: curator.api.timestamp_check


Disk Space
----------

filter_by_space
+++++++++++++++
.. automethod:: curator.api.filter_by_space