Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HTTP Netty: Remove httpKeepAlive support #104

Closed
kimchy opened this issue Apr 2, 2010 · 1 comment
Closed

HTTP Netty: Remove httpKeepAlive support #104

kimchy opened this issue Apr 2, 2010 · 1 comment

Comments

@kimchy
Copy link
Member

kimchy commented Apr 2, 2010

Until I figure out a nicer way to support this. Currently, it also closes ongoing requests.

@kimchy
Copy link
Member Author

kimchy commented Apr 2, 2010

HTTP Netty: Remove httpKeepAlive support, closed by f2189e8.

rmuir pushed a commit to rmuir/elasticsearch that referenced this issue Nov 8, 2015
I use ElasticSearch 1.4.3 with mapper-attachment plugin 2.4.2 (TIKA 1.7).

I get an error when indexing **specific** docx file:
> "[DEBUG][org.elasticsearch.index.mapper.attachment.AttachmentMapper] Failed to extract [-1] characters of text for [null]: [org.apache.poi.xwpf.usermodel.XWPFSDT.getContent()Lorg/apache/poi/xwpf/usermodel/ISDTContent;]"

But if i use mapper-attachment plugin 2.4.1 (TIKA 1.5) there is no error and content is parsed successfully.

Caused by this change elastic#94.

Closes elastic#104.
mindw pushed a commit to mindw/elasticsearch that referenced this issue Sep 5, 2022
…elastic#104)

Optionally add cloudwatch logging and audit to the RDS Instance

* This commit is to add Cloudwatch logging and audit using
pgaudit to the RDS DB.  Currently writes to CloudWatch in
the same account/region as the RDS DB.
It requires a DB role to be created prior to running the
terraform `rds_pgaudit`.  Once the role is created and
terraform is applied the pgaudit extention must be created
in the DB using: `CREATE EXTENSION pgaudit;`
This is for these two tasks:
https://engageli.atlassian.net/browse/MPC-1008
https://engageli.atlassian.net/browse/MPC-857
modified:   aws/ams-cluster-v1-tf/db.tf
modified:   aws/ams-cluster-v1-tf/variables.tf

* This commit is to add Cloudwatch logging and audit using
pgaudit to the RDS DB.  Currently writes to CloudWatch in
the same account/region as the RDS DB.
It requires a DB role to be created prior to running the
terraform `rds_pgaudit`.  Once the role is created and
terraform is applied the pgaudit extention must be created
in the DB using: `CREATE EXTENSION pgaudit;`
This is for these two tasks:
https://engageli.atlassian.net/browse/MPC-1008
https://engageli.atlassian.net/browse/MPC-857
modified:   aws/ams-cluster-v1-tf/db.tf
modified:   aws/ams-cluster-v1-tf/variables.tf

* Added the option of enabling the DB audit, and default to false.
modified:   aws/ams-cluster-v1-tf/db.tf
modified:   aws/ams-cluster-v1-tf/variables.tf

* Added a shell script to enable pgaudit on the RDS instance.
The script should be executed first, and will prompt the user
when ready for them to execute terraform apply with
var.rds_audit_log set to true.
new file:   aws/misc/rds-enable-audit-log.sh
modified:   fabfile.py

* Increased wait to 120 seconds checking for status of snapshot,
since checking every 60 seconds often raised CERTIFICATE_VERIFY_FAILED
modified:   aws/misc/rds-enable-audit-log.sh

* executed terraform fmt
modified:   aws/ams-cluster-v1-tf/db.tf

* Merge branch 'dev/rich/rds-add-cloudwatch-logging-2021.04.01' of bitbucket.org:engageli/devops into dev/rich/rds-add-cloudwatch-logging-2021.04.01

* fixup, implemented PR feedback
modified:   aws/ams-cluster-v1-tf/db.tf
modified:   aws/misc/rds-enable-audit-log.sh
modified:   fabfile.py

Approved-by: Gideon Avida
Approved-by: Can Yildiz
cbuescher pushed a commit to cbuescher/elasticsearch that referenced this issue Oct 2, 2023
Specify x-pack-components as a string, rather than a stringified array
when performing release benchmarks with RELEASE_X_PACK_COMPONENTS
specified.

Relates elastic#104
emilykmarx pushed a commit to emilykmarx/elasticsearch that referenced this issue Dec 26, 2023
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant