diff --git a/sbin/send-logfile.py b/sbin/send-logfile.py index d1dcf76..974a346 100755 --- a/sbin/send-logfile.py +++ b/sbin/send-logfile.py @@ -99,9 +99,9 @@ def send_to_es(self, index_name, json_docs): """ aa=self.es.index(index='posts', doc_type='blog', id=1, body={ 'author': 'Santa Clause', - 'blog': 'Slave Based Shippers of the North', + 'blog': 'Subordinate Based Shippers of the North', 'title': 'Using Celery for distributing gift dispatch', - 'topics': ['slave labor', 'elves', 'python', + 'topics': ['subordinate labor', 'elves', 'python', 'celery', 'antigravity reindeer'], 'awesomeness': 0.2 })